POST
save/snapshot/saveRequest Body
| Field | Type | Description |
|---|---|---|
name | string | Resource or visualization name |
sync | bool | Wait for completion when true |
Response200 OK
| Field | Type | Description |
|---|---|---|
success | bool | Whether the call succeeded |
msg | string | Status or error message |
data | null | Payload; shape depends on the endpoint |
Request bodyJSON
{
"name": "before_pick",
"sync": true
}Response200 OK
{
"success": true,
"msg": "ok",
"data": null
}