PUT
/
v1
/
recommendations
/
{id}
/
dismiss
curl --request PUT \
  --url https://api.endaoment.org/v1/recommendations/{id}/dismiss \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the recommendation to dismiss

Response

200

Recommendation successfully dismissed