---
title: "Update a contact's phone book information"
method: PUT
path: "/contacts/update"
---

# Update a contact's phone book information

`PUT /contacts/update`

Updates a contact's phone book information. Requires a valid Bearer token.

## Request body

- object
  - `entity_type_id` integer, required — The type ID of the entity.
  - `entity_base_id` string, required — The base ID of the entity.
  - `email` string — Email address to update.
  - `phone` string — Phone number to update.
  - `description` string — Description to update.
  - `first_name` string — First name to update.
  - `last_name` string — Last name to update.
  - `title` string — Title to update.

## Response `200`

Successful update

- object
  - `message` string
  - `data` object

## Other responses

- `400` — Bad request (missing parameters or invalid request body)
- `404` — Contact not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/supabase/apis/dalil-oauth-resource-api.md) · [All operations](https://skmtc.net/supabase/apis/dalil-oauth-resource-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supabase/dalil-oauth-resource-api/versions/40a7125e0355/schema)
