Skip to main content

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.

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

Response Headers
    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.

    Loading...