Change notification read status.

PUT /data/user/notifications/{notification_id}

Path parameters

  • notification_id Required

Responses

  • 200

    Notification

PUT /data/user/notifications/{notification_id}
curl \
 --request PUT 'http://api.example.com/data/user/notifications/a24a6ea4-ce75-4665-a070-57453082c25' \
 --header "Authorization: $API_KEY"