Skip to main content
PATCH
/
notifications
Update Notification
curl --request PATCH \
  --url https://www.api.baselink.tech/notifications \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "notification": {}
}
Update an existing notification.
success
boolean
Indicates if the notification was updated successfully.
message
string
Success or error message.
notification
object
The updated notification object.