File Manager

Rename or move a file within an application

Renames the file at path to to. Both paths must be valid and distinct.

Requires the workspace Maintainer or Administrator role (or ownership) when called against a workspace-shared application.

patch/v2/apps/{appId}/files

Path parameters

appIdstring required

Application identifier. Optionally suffixed with -<workspaceId> to act on a workspace-shared application.

Request body

pathstring required

Absolute path of the source file.

tostring required

Absolute path of the destination file.

Response

File renamed.

status'success' required

Changes