Tag
Tags intermediate is required only when tag contains additional details other than name. It will be created with a type in Bold Please contact Support Team for tag type Optional:
- slug
Format
{
"name": "Tag Name",
"external-id": "Tag id",
"slug": "tag-slug",
"key": "value"
}
Schema
| Key | Type |
|---|---|
| name * | String |
| external-id | String |
| slug[2] | String |
| key | String |
Notes
[1] All mandatory fields are marked with an *
[2] Slug should be alphanumeric string with hyphen as a delimiter of words. String should not begin or end with a hyphen. Characters should be in lowercase. Other special characters and consecutive hyphens are invalid.
Example
| Slug | Validity |
|---|---|
| testslug01 | ✓ |
| test1-01-slug | ✓ |
| test-Slug | ✗ |
| slug!test | ✗ |
| -slug-test- | ✗ |