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.
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>"
}
Application ID.
JSON-formatted configuration values.
The body is of type object
.
successful operation
The response is of type object
.
Was this page helpful?