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