POST
/
servers
/
{server}
/
files
/
decompress
Decompress files
curl --request POST \
  --url https://dashboard.gratian.pro/api/client/servers/{server}/files/decompress \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "root": "<string>",
  "file": "<string>"
}'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

server
string
required

The server UUID

Body

application/json

Response

204
application/json

No content

The response is of type string[].