Skip to main content
PATCH
The signed-in user's own notifications, newest first, with whether each has been read.

Headers

Prefer
enum<string>

Preference

Available options:
return=representation,
return=minimal,
return=none

Query Parameters

id
string
event_type
string
channel
string
subject
string
body
string
action_url
string
status
string
sent_at
string
created_at
string
read_at
string
is_unread
string

Body

my_notifications

The signed-in user's own notifications, newest first, with whether each has been read.

action_url
string<text>
body
string<text>
channel
string<character varying>
Maximum string length: 20
created_at
string<timestamp with time zone>
event_type
string<character varying>
Maximum string length: 80
id
string<uuid>

Note: This is a Primary Key.

is_unread
boolean<boolean>
read_at
string<timestamp with time zone>
sent_at
string<timestamp with time zone>
status
string<character varying>
Maximum string length: 20
subject
string<text>

Response

204

No Content