Update verifier global configuration
PUT/v2/config/digital-wallet/openid/verifier/global-configuration/:globalConfigurationId
This endpoint is used for updating verifier global configuration.
Request
Path Parameters
globalConfigurationId stringrequired
Identifier for the global configuration.
- application/json
Body
supportCredentialEncryption boolean
Define whether verifier is supporting credential encyption
Responses
- 200
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
verifierGlobalConfiguration object
verifierGlobalConfigurationId stringrequired
Identifier for the global configuration
supportCredentialEncryption booleanrequired
Define whether holder is supporting credential encyption
createdAt numberrequired
Timestamp when the record was created.
updatedAt numberrequired
Timestamp when the record was updated.
{
"verifierGlobalConfiguration": {
"verifierGlobalConfigurationId": "string",
"supportCredentialEncryption": true,
"createdAt": 0,
"updatedAt": 0
}
}
Loading...