Skip to main content
PUT
/
notifications
/
id
/
{notificationId}
Update notification
curl --request PUT \
  --url https://api.quivo.co/notifications/id/{notificationId} \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
This response has no body data.

Path Parameters

notificationId
integer<int64>
required

The unique identifier for a notification.

Body

application/json

Complete resource data to update at /notifications/id/{notificationId}

The body is of type string.

Response

Bad request - the request payload is invalid, missing required fields, or contains invalid data.