Skip to main content
POST
/
v1
/
fs
/
upload-batch
cURL
curl --request POST \
  --url http://localhost:2468/v1/fs/upload-batch \
  --header 'Content-Type: text/plain' \
  --data '<string>'
{
  "paths": [
    "<string>"
  ],
  "truncated": true
}

Query Parameters

path
string | null

Destination path

Body

text/plain

tar archive body

The body is of type string.

Response

200 - application/json

Upload/extract result

paths
string[]
required
truncated
boolean
required