curl --request POST \
--url https://{FUSION HOST}/api/webapps/{id}/edits/{sessionId}/action \
--header 'Content-Type: application/json' \
--data '{}'
Perform an action on an editing session.
curl --request POST \
--url https://{FUSION HOST}/api/webapps/{id}/edits/{sessionId}/action \
--header 'Content-Type: application/json' \
--data '{}'
JSON-formatted configuration values.
The body is of type object
.
Was this page helpful?