POST/ create
Route | {root}/v4/tag/create |
Request type | BODY |
User level | SUPER USER |
Requires authentication | Yes |
Response type | Single |
Parameters
Name | Type | Nullable? | Required? | Min. | Max. | Nest | Custom |
---|---|---|---|---|---|---|---|
name | STRING | REQUIRED | 0 | 100 | - | - |
Sample cURL
curl --location --request POST "{{ROOT}}tag/create/" \ -H "Authorization: Bearer {{BEARER_TOKEN}}" \ -H "app-id:{{APP_ID}}" \ -H "Content-Type: application/json" \ -H "Accept-Encoding: gzip" \ -H "accept: */*" \ --data '{"name": "sample"}'
Sample response
[
{
"object_name":"tag_id",
"type":"Int32",
"is_nullable":false,
"nest":null,
"custom":null
"note":
}
]