Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string<uuid>
required

Path Parameters

notification_id
string
required

The ID of the notification

Query Parameters

read
boolean

The read status of the notification

Response

200 - application/json

Updated notification

Represents a notification for an account.

id
string

Unique identifier for the notification.

workspace_id
string

Identifier for the workspace associated with the notification.

user_id
string

Identifier for the user associated with the notification.

history_id
string

Identifier for the history associated with the notification.

read
boolean

Indicates whether the notification has been read.

user
object

The user associated with the notification.

history
object

The history associated with the notification.