cURL
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.
Application ID.
Session ID.
JSON-formatted configuration values.
The body is of type object.
object
Was this page helpful?