Skip to main content

Update global configuration

PUT 

/v2/config/digital-wallet/openid/global-configuration/:globalConfigurationId

This endpoint is used for updating global configuration.

Request

Path Parameters

    globalConfigurationId stringrequired

    Identifier for the global configuration.

Body

    credentialExpirationInDays number

    Defines the expiration for verifiable credential in days. If not specified, by default it is specified as 30 days.

    credentialBranding objectrequired
    name string

    Defines name for the credential

    description string

    Defines the discription for the credential definition.

    backgroundColor string

    Defines background color for the credential

    textColor string

    Defines text color for the credential.

Responses

Response Headers
    Schema
      globalConfiguration object
      globalConfigurationId stringrequired

      Identifier for the global configuration

      credentialExpirationInDays numberrequired

      Defines the expiration for verifiable credential in days. If not specified, by default it is specified as 30 days.

      credentialBranding objectrequired
      name string

      Defines name for the credential

      description string

      Defines the discription for the credential definition.

      backgroundColor string

      Defines background color for the credential

      textColor string

      Defines text color for the credential.

      logo object
      uri string

      uri for the logo

      altText string

      Alternate text for the logo uri

      backgroundImage object
      uri string

      uri for the background image

      altText string

      Alternate text for background image uri

      createdAt numberrequired

      Timestamp when the record was created.

      updatedAt numberrequired

      Timestamp when the record was updated.

    Loading...