cURL
curl --request POST \ --url https://{FUSION HOST}/api/webapps/{id}/edits \ --header 'Content-Type: application/json' \ --data '{ "version": "<string>" }'
{ "id": "<string>", "owner": "<string>", "createdAt": "2023-11-07T05:31:56Z", "version": "<string>" }
Start an editing session.
Application ID.
JSON-formatted configuration values.
successful operation
Was this page helpful?