Create Tag
POST {{baseUrl}}/v1/organization-tag
Create tag
Payload
{
name: string;
color?: string;
parentTagUid?: string;
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
""