Skip to content
ARGUS
Search
K
Main Navigation
Docs
API
Blog
Menu
Return to top
Rename file
​
PUT
/api/files/rename
Authorizations
​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Request Body
​
application/json
Schema
JSON
JSON
{
 Â
"old_path"
:
"string"
,
 Â
"new_path"
:
"string"
}
Responses
​
200
File renamed
Content-Type
application/json
Schema
JSON
JSON
{
 Â
"message"
:
"string"
}
PUT
/api/files/rename
Playground
​
Authorization
ApiKeyHeader
Body
Try it out
Samples
​
Powered by
VitePress OpenAPI