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

Path Parameters

hash
string
required

A public access hash for accessing a resource without authentication (e.g., notification hash, return link hash).

Body

application/json

Complete resource data to update at /notifications/{hash}

The body is of type string.

Response

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