---
title: "Update Display Method"
method: PATCH
path: "/v2/identities/{identifier}/display-method/{id}"
tags: ["Display Methods"]
---

# Update Display Method

`PATCH /v2/identities/{identifier}/display-method/{id}`

Update a specific display method for the provided identity.

## Path parameters

- `identifier` string, required
- `id` string, required

## Request body

- object
  - `name` string
  - `url` string
  - `type` string

## Response `200`

Display Method updated

- GenericMessage
  - `message` string, required

## Other responses

- `400` — Bad Request
- `404` — Not found
- `500` — Internal Server error

## Changes

- **2024-12-18** `fe16b051b34c` — 1 info
  - endpoint added
- **2024-12-18** `c211b9b15a5d` — 1 breaking
  - api path removed without deprecation
- **2024-12-17** `96ff718e8ae9` — 1 info
  - endpoint added
- **2024-12-02** `a71b9e9bd838` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/changes/v2/identities/:identifier/display-method/:id/patch.md)

---

[API](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer.md) · [All operations](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/0xpolygonid/privado-id-issuer/revisions/8ea65174fe46/schema)
