cURL
curl --request PATCH \ --url https://app.weesend.com/api/v1/contactBooks/{contactBookId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "emoji": "<string>", "properties": {} } '
{ "id": "<string>", "name": "<string>", "teamId": 123, "properties": {}, "emoji": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"clx1234567890"
1
Show child attributes
Update the contact book