Create a tag
create_tagCreate a tag in Writavo CMS. Assign a unique slug to avoid conflicts; save changes without publishing until a separate publish step.
Instructions
Create a tag. slug is unique within the Site. A collision returns 409 SLUG_CONFLICT. Changes content on the customer's Site. Nothing becomes public: publishing is always a separate call. Needs a secret key (wv_sk_) carrying the taxonomy:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | No | Derived from `name` when omitted. |