PLATINUM DOCS
ApiVolumes

POST /v1/volumes/{id}/files/mkdir

POST
/v1/volumes/{id}/files/mkdir

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/volumes/string/files/mkdir" \  -H "Content-Type: application/json" \  -d '{    "path": "string"  }'
{  "path": "string",  "type": "directory"}
Empty