Skip to main content
POST
/
api
/
finds
/
{findId}
/
rate
Rate a find
curl --request POST \
  --url https://serengo.zias.be/api/finds/{findId}/rate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "rating": 3
}'

Authorizations

Authorization
string
header
required

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

Path Parameters

findId
string
required

Body

application/json
rating
number
required
Required range: 1 <= x <= 5

Response

200

Rating submitted