curl --request PUT \
--url https://{FUSION HOST}/api/webapps/{id}/edits/{sessionId}/files/{file} \
--header 'Content-Type: */*' \
--data '{}'
Update a file within an editing session.
curl --request PUT \
--url https://{FUSION HOST}/api/webapps/{id}/edits/{sessionId}/files/{file} \
--header 'Content-Type: */*' \
--data '{}'
If-Match value.
Application ID.
Session ID.
File.
File contents.
The body is of type object
.
Was this page helpful?