Skip to content
ARGUS
Search
K
Main Navigation
Docs
API
Blog
Menu
Return to top
Create custom column
​
POST
/api/custom-columns
Authorizations
​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Request Body
​
application/json
Schema
JSON
JSON
{
 Â
"name"
:
"string"
,
 Â
"formula"
:
"string"
,
 Â
"format"
:
"string"
}
Responses
​
200
Column created
Content-Type
application/json
Schema
JSON
JSON
{
 Â
"id"
:
0
}
POST
/api/custom-columns
Playground
​
Authorization
ApiKeyHeader
Body
Try it out
Samples
​
Powered by
VitePress OpenAPI