PUT
/
webapps
/
{id}
/
edits
/
{sessionId}
/
files
/
{file}
Update a file
curl --request PUT \
  --url https://{FUSION HOST}/api/webapps/{id}/edits/{sessionId}/files/{file} \
  --header 'Content-Type: */*' \
  --data '{}'

Headers

If-Match
string
default:"0"

If-Match value.

Path Parameters

id
string
required

Application ID.

sessionId
string
required

Session ID.

file
string
required

File.

Body

*/* · object

File contents.

The body is of type object.