Skip to main content

Update wallet unit

PUT 

/v2/config/digital-wallet/openid/wallet-provider/wallet-unit/:walletUnitId

This endpoint is used by wallet provider for updating a wallet unit.

Request

Path Parameters

    walletUnitId stringrequired

    Identifier for the wallet unit

Body

    clientId stringrequired

    Identifier for the client. For e.g. DID or URL e.t.c

    clientUrl string

    the url of the client

    clientPublicKey objectrequired

    Public key of the client

    isAuthorised boolean

    Indicates that the wallet unit is authorised

Responses

Response Headers
    Schema
      walletUnit object
      id stringrequired

      Identifier for the credential

      clientId stringrequired

      Identifier for the client. For e.g. DID or URL e.t.c

      clientUrl string

      the url of the client

      clientPublicKey objectrequired

      Public key of the client

      isAuthorised boolean

      Indicates that the wallet unit is authorised

      assertionToken string

      Client assertion token of the wallet unit

      assertionTokenType string

      Client assertion token type

      createdAt number

      Timestamp when the record was created.

      updatedAt number

      Timestamp when the record was updated.

    Loading...