APIFile management

Change file permissions

Updates the permissions (chmod) for one or more files or folders

Updates the permissions (chmod) for one or more files or folders

POST
/api/client/servers/{server}/files/chmod

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 POST "https://example.com/api/client/servers/string/files/chmod" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty
Empty
Empty