v1

latestOpenAPI 3.0.32026-07-17136180270.3 KB
Files

Write a session file

Write a session file. Replaces the target resource or assignment with the supplied JSON representation.

put/api/projects/{projectId}/sessions/{sessionId}/files/write

Path parameters

projectIdstring required

Project identifier used to scope the request.

sessionIdstring required

Session identifier within the project.

Request body

pathstring required

File system path or repository-relative path.

contentstring required

Text content for a file or payload.

Response

File written

messagestring

Human-readable status or error message.

statusstring

Current status value.

successboolean

Whether the requested action succeeded.