We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9735de commit 8c32d5bCopy full SHA for 8c32d5b
API.md
@@ -130,8 +130,8 @@
130
{
131
"action": "changePermissions",
132
"items": ["/public_html/root", "/public_html/index.php"],
133
- "perms": "653",
134
- "permsCode": "rw-r-x-wx",
+ "perms": "rw-r-x-wx",
+ "permsCode": "653",
135
"recursive": true
136
}
137
```
@@ -161,7 +161,8 @@
161
162
"action": "extract",
163
"destination": "/public_html/extracted-files",
164
- "item": "/public_html/compressed.zip"
+ "item": "/public_html/compressed.zip",
165
+ "folderName": "extract_dir"
166
167
168
**JSON Response**
@@ -227,4 +228,4 @@ Btw, you can also report errors with a 200 response both using this json structu
227
228
"success": false,
229
"error": "Access denied to remove file"
230
}}
-```
231
+```
0 commit comments