v1

latestOpenAPI 3.0.02026-07-17647099.1 KB
Display Methods

Update Display Method

Update a specific display method for the provided identity.

patch/v2/identities/{identifier}/display-method/{id}

Path parameters

identifierstring required

Issuer identifier

idstring required

UUID parameter, e.g: 8edd8112-c415-11ed-b036-debe37e1cbd6

Request body

namestring
urlstring
typestring

Example request

{
  "name": "New Display Method Name",
  "url": "https://new-display-method.com",
  "type": "Iden3BasicDisplayMethodV1"
}

Response

Display Method updated

messagestring required