Skip to main content

Update notification

PUT 

/v2/config/digital-wallet/openid/notification/:notificationId

This endpoint is used for updating notification.

Request

Path Parameters

    notificationId stringrequired

    Identifier for the notification.

Body

    status string

    Possible values: [read]

    Define the status of the notification

Responses

Response Headers
    Schema
      notification object
      id stringrequired

      Identifier for the notification

      notificationType stringrequired

      Possible values: [credential_acked, credential_revoked, credential_expired]

      Define the type of the notification

      notificationTypeRelatedId stringrequired

      Define the type related id of the notification

      notificationContent object

      Define the content of the notification

      status string

      Possible values: [read, unread]

      Define the status of the notification

      createdAt numberrequired

      Timestamp when the record was created.

      updatedAt numberrequired

      Timestamp when the record was updated.

    Loading...