Python
import requests url = "https://{FUSION HOST}/api/webapps/{id}/edits/{sessionId}/files/{file}" payload = {} headers = {"Content-Type": "*/*"} response = requests.put(url, json=payload, headers=headers) print(response.text)
This response has no body data.
Update a file within an editing session.
Documentation IndexFetch the complete documentation index at: https://doc.lucidworks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
If-Match value.
Application ID.
Session ID.
File.
.*
File contents.
The body is of type object.
object
Was this page helpful?