Update a holder application
/v1/holder/applications/{holderApplicationId}Updates an existing holder application.
Roles
Analytics Events
Authorization
bearerAuth In: header
Path Parameters
Unique identifier for a registered holder application.
uuidRequest 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/281d20b3-42a3-40dd-b29a-115ff32b02b7" \ -H "Content-Type: application/json" \ -d '{ "name": "My Holder Application", "clientId": "example-wallet-client", "type": "ios", "bundleId": "com.example-holder-ios-application", "teamId": "A2B3C4D5E6" }'{ "id": "1ef1f867-20b4-48ea-aec1-bea7aff4964c", "name": "Example Holder Application", "clientId": "example-wallet-client", "type": "ios", "bundleId": "com.example-holder-ios-application", "teamId": "A2B3C4D5E6", "maxTimeOfflineInSecs": 86400, "appAttest": { "required": true, "environment": "production" }}How would you rate this page?