Error
A valid request URL is required to generate request examples{
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"primary_phone": "<string>",
"primary_email": "<string>",
"notes": "<string>"
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}Contacts
Update a contact
Updates a contact owned by the caller’s business. All fields are
optional; only supplied fields change. Note: supplying
primary_phone or primary_email REPLACES the contact’s entire contact
list — to add a contact without disturbing others, use the in-app UI/
GraphQL for v1.
PATCH
/
contacts
/
{id}
Error
A valid request URL is required to generate request examples{
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"primary_phone": "<string>",
"primary_email": "<string>",
"notes": "<string>"
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}Authorizations
Authorization Code flow against Dialbird's OIDC provider. The issued
access token is a JWT with aud: "public-api", verified against the
issuer JWKS.
Path Parameters
The contact id.
Body
application/json
Was this page helpful?
.png)