PATCH /contact-books/:id
Update a contact book’s name.Authentication
JWT Bearer token (dashboard auth)Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | New contact book name |
Response
Errors
| Status | Error | Cause |
|---|---|---|
404 | Contact book not found | Invalid ID or not owned by user |