---
title: "Update Phone"
method: PATCH
path: "/phones/update"
tags: ["phones"]
---

# Update Phone

`PATCH /phones/update`

This endpoint updates properties of the phone

## Headers

- `x-phone` string

## Request body

- object
  - `phone_name` string — - Updates the name of the phone on WhatsApp. - Note that phones on the WA Business App cannot be updated
  - `phone_image` string — Updates the phone image
  - `labels` string — - A comma-separated list of labels to be assigned to the phone. All labels are case-insensitive. - If any label currently does not exist, it will be created

## Response `200`

200 OK

- object — The response is a JSON object about the phone . Refer to [the phone object here](/api-reference/objects/the-phone-object)

## Other responses

- `422` — 422 Validation Error

---

[API](https://skmtc.net/periskope/apis/api-local.md) · [All operations](https://skmtc.net/periskope/apis/api-local/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/periskope/api-local/versions/f2738ced87d8/schema)
