Update a tag
update_tagUpdate a tag's name or slug on the site without publishing. Needs a taxonomy:write secret key; use if_match to prevent overwriting others' work.
Instructions
Update a tag. 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 |
|---|---|---|---|
| id | Yes | A UUID. | |
| name | No | ||
| slug | No | ||
| if_match | No | The ETag from your last read of this object. Send it and the write is refused if somebody else changed the object in the meantime, rather than silently overwriting their work. |