Skip to main content
PUT
/
v1
/
ui
/
notifications
/
{id}
cURL
curl --request PUT \
  --url https://api.example.com/v1/ui/notifications/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "isRead": true,
  "isArchived": true
}
'

Path Parameters

id
string
required

Body

application/json
isRead
boolean
isArchived
boolean

Response

204 - undefined