Update Contact
POST /addressbook/contacts/{contact_id}
POST /addressbook/contacts/{contact_id} Required Permission
update:ContactsExample Request
curl --location 'https://<hostname>/addressbook/contacts/3392287d-7a79-4789-9ef8-7dc174836688' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"msisdn": "55555555555",
"alias": "john",
"meta": {
"NAME": "John Doe"
}
}'Request Parameters
Field
Type
Required
Description
Field
Type
Required
Description
Responses
Success (HTTP 200)
Validation Error (HTTP 400)
Last updated