v1

latestOpenAPI 3.0.32026-07-17136180270.3 KB
Files

Rename or move a session file or directory

Rename or move a session file or directory. Accepts a JSON request body when defined and returns the resulting resource or action status.

post/api/projects/{projectId}/sessions/{sessionId}/files/rename

Path parameters

projectIdstring required

Project identifier used to scope the request.

sessionIdstring required

Session identifier within the project.

Request body

oldPathstring required

old Path value for the rename File Request object.

newPathstring required

new Path value for the rename File Request object.

Response

File renamed

messagestring

Human-readable status or error message.

statusstring

Current status value.

successboolean

Whether the requested action succeeded.