tags/patch_by_id
Tool: update
Update a tag's title and/or description.
Partial update — only provided fields are changed. tagType is immutable and cannot be changed. To clear a field — and to know why null fails — see call-contract.
Arguments
| name | type | req | notes |
|---|---|---|---|
| id | integer | ✓ | Tag ID — the object's tagId |
Body
| field | type | req | constraints | description |
|---|---|---|---|---|
| title | string | – | New tag name. | |
| description | string | – | New description. |
Response
200 — updated tag: {tagId, title, description, tagType, createdAt}. Deltas: none.
Errors: 400, 401, 404, 406, 415, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call update with name: "tags/patch_by_id".