Skip to content

Rename file​

PUT
/api/files/rename

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"old_path": "string",
  
"new_path": "string"
}

Responses​

File renamed

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI