Update trust authority
PUT/v2/config/digital-wallet/openid/trust-authority/:trustAuthorityId
This endpoint is used for updating trust authority.
Request
Path Parameters
trustAuthorityId stringrequired
Identifier for the trust athority.
- application/json
 
Body
type string
Defines the type of trust list
value string
Define the trust list url
name string
Define the name of the trust list
Responses
- 200
 
Response Headers
- application/json
 
- Schema
 - Example (from schema)
 
Schema
trustAuthority object
id string
Identifier for the global configuration
type booleanrequired
Defines the type of trust list
value booleanrequired
Define the trust list url
name boolean
Define the name of the trust list
createdAt numberrequired
Timestamp when the record was created.
updatedAt numberrequired
Timestamp when the record was updated.
{
  "trustAuthority": {
    "id": "string",
    "type": true,
    "value": true,
    "name": true,
    "createdAt": 0,
    "updatedAt": 0
  }
}
Loading...