Sets permission bits using a chmod-style octal string (for exampleDocumentation Index
Fetch the complete documentation index at: https://docs.gravixlayer.ai/llms.txt
Use this file to discover all available pages before exploring further.
"644" or "0755").
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | Yes | File or directory path |
mode | string | Yes | Octal mode string, e.g. "644", "0755" |
Response (SetPermissionsResponse)
| Field | Type | Description |
|---|---|---|
message | string | Confirmation message |
success | boolean | Whether the operation succeeded |