light-mode-image
Learn
API ReferenceVerifier applications

Update verifier application

Roles

adminverifier

Analytics Events

CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_UPDATE_STARTCREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_UPDATE_SUCCESSCREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_UPDATE_FAIL
PUT/v2/presentations/applications/{verifierApplicationId}

Updates an existing mDocs online verifier application.

Analytic events

  • CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_UPDATE_START
  • CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_UPDATE_SUCCESS
  • CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_UPDATE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

verifierApplicationId*string

Unique identifier for the verifier application.

Formatuuid

Request Body

application/json

Verifier application payload

TypeScript Definitions

Use the request body type in TypeScript.

Configuration for an mDocs online verifier application.

Configuration for an mDocs online verifier web application. Either OID4VP or Digital Credentials API configuration must be provided.

Response Body

application/json

application/json

application/json

curl -X PUT "https://example.com/v2/presentations/applications/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "type": "web",    "domain": "string"  }'
{  "id": "string",  "name": "string",  "type": "web",  "domain": "string",  "additionalDomains": [    "string"  ],  "openid4vpConfiguration": {    "supportedModes": "all",    "redirectUris": [      "string"    ],    "display": {      "logoImage": {        "url": "string",        "altText": "string"      },      "headerText": "string",      "bodyText": "string",      "privacyPolicyUrl": "string",      "primaryColorHex": "string"    }  },  "dcApiConfiguration": {    "supportedBrowserPlatforms": {      "desktop": true,      "mobile": true    }  },  "resultAvailableInFrontChannel": true}

How would you rate this page?