Skip to main content
POST
/
ops
Apply a batch of atomic block/page operations
curl --request POST \
  --url http://localhost:4200/ops \
  --header 'Content-Type: application/json' \
  --data '
{
  "ops": "<unknown>",
  "session": "<string>",
  "siteId": "<string>",
  "componentsManifest": {},
  "siteCapabilities": {
    "allowStructuralEdits": true,
    "checkedAt": "<string>",
    "reason": "<string>",
    "manifestVersion": 123,
    "blockCount": 4503599627370495
  }
}
'

Body

application/json
ops
any
required
session
string
siteId
string
componentsManifest
siteCapabilities

Response

200

Default Response