list/patch_by_id
Tool: update
Update a mailing list's title or folder.
Partial update — only provided fields are changed. Returns the full updated list object. To clear a field — and to know why null fails — see call-contract.
Arguments
| name | type | req | notes |
|---|---|---|---|
| id | integer | ✓ | List ID — the object's listId |
Body
| field | type | req | constraints | description |
|---|---|---|---|---|
| title | string | – | New display name. | |
| folderId | integer | – | New folder ID. |
Response
200 — updated list; object: see schemas/list. Deltas: none.
Errors: 400, 401, 404, 406, 415, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call update with name: "list/patch_by_id".