Create a category
create_categoryCreate a category in Writavo CMS with a unique slug. Publishing remains a separate step, so changes stay private until you publish.
Instructions
Create a category. slug is unique within the Site. A collision returns 409 SLUG_CONFLICT rather than silently appending a suffix, so your URLs are never a surprise. 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. |