Change mode and/or owner of a workspace path.
chmod and/or chown to a workspace path. Changing uid/gid requires CAP_CHOWN in the sandbox — most production sandboxes drop this capability, so only mode will succeed. At least one of mode, uid, or gid should be set.
CAP_CHOWN in the sandbox.CAP_CHOWN in the sandbox.| Status | Description |
|---|---|
400 | Invalid path, mode, uid, or gid. |
401 | Unauthorized — invalid or missing API key. |
404 | Session or path not found. |