light-mode-image
Learn
API ReferenceHolder applications

Update a holder application

Roles

adminholder

Analytics Events

CREDENTIAL_HOLDER_APPLICATION_UPDATE_STARTCREDENTIAL_HOLDER_APPLICATION_UPDATE_SUCCESSCREDENTIAL_HOLDER_APPLICATION_UPDATE_FAIL
PUT/v1/holder/applications/{holderApplicationId}

Updates an existing holder application.

Analytic events

  • CREDENTIAL_HOLDER_APPLICATION_UPDATE_START
  • CREDENTIAL_HOLDER_APPLICATION_UPDATE_SUCCESS
  • CREDENTIAL_HOLDER_APPLICATION_UPDATE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

holderApplicationId*string

Unique identifier for a registered holder application.

Formatuuid

Request Body

application/json

Holder application payload

TypeScript Definitions

Use the request body type in TypeScript.

Configuration for a registered holder application.

Configuration for a holder iOS application.

Response Body

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/holder/applications/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "clientId": "string",    "type": "ios",    "bundleId": "string",    "teamId": "string"  }'
{  "id": "string",  "name": "string",  "clientId": "string",  "type": "ios",  "bundleId": "string",  "teamId": "string",  "maxTimeOfflineInSecs": 604800,  "appAttest": {    "required": true,    "environment": "development"  }}

How would you rate this page?