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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This API call is used to change a file name.

Resource URL

/api/0.1/file/rename/<ID>

Resource Information

 

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

Parameters

 

Name TypeDefault ValueValidationDescription

id

required

uuid-uuid4

ID of file that should be renamed

name

required

string-file name

new file name

 


Example Request URL

Example Result

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

 

 

 

 

 

 

 

  • No labels
Quatrix APIs v1.0 QA1