Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

This API call creates a new folder.

Resource URL

/api/1.0/file/makedir

Resource Information

 

Response formatsJSON
Requires authentication?Yes
Rate limited?Yes
Requests / 15-min window (user auth)15
HTTP MethodPOST
Response code201

Parameters

 

Name TypeDefault ValueValidationDescription

target

required

uuid-uuid4

parent's folder ID

name

required

string-file name

file name

resolve

optional

booltrue-enables file name resolving

 


Example Request URL

Example Result

{
	"id": <uuid>,
	"parent_id": <uuid>,
	"name": <string>,
	"modified": <timestamp>,
	"size": <int>,
	"type": <string>,
	"uid": <int>,
	"gid": <int>,
	"operations": <int>
}

 

 

 

 

 

 

 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
Quatrix APIs v1.0 QA1