Skip to content

File System

Access a File System

POST /filesystem Accessing the file system requires an administrator-level privileges.

Request Example:

bash
curl --location '{{url}}/filesystem' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data '{}'