APIFile management

Rename files or folders

Renames one or more files or folders on the server

Renames one or more files or folders on the server

PUT
/api/client/servers/{server}/files/rename

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API token in the format: Bearer {token}

In: header

Path Parameters

server*string

Server UUID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PUT "https://example.com/api/client/servers/string/files/rename" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty
Empty
Empty
Empty