PATCH/v1/contacts/{id}

This endpoint allows you to update an existing contact in your Protocol contact list. You can update any of the contact's attributes.

Optional attributes

usernamestring

The new username for the contact.

phone_numberstring

The new phone number for the contact.

avatar_urlstring

The new avatar image URL for the contact.

display_namestring

The new display name for the contact.

Request example

json
{ "id": "WAz8eIbvDR60rouK", "username": "johndoe", "phone_number": "+1 (555) 987-6543", "avatar_url": "https://assets.protocol.chat/avatars/johndoe.jpg", "display_name": "John Smith", "updated_at": 692233200 }