Files
Write File
Write text content to a file on the instance.
PUT
Writes text content to a file on the instance. If the file already exists, it will be overwritten. If it doesn’t exist, it will be created (along with any necessary parent directories).
Authentication
Requires an org-level API key or a scoped token with the appropriate permission.Path Parameters
string
required
The ID of the instance.
Body Parameters
string
required
The file path to write to, relative to the instance root.
string
required
The text content to write to the file.
Response
Returns204 No Content on success.