POST
/
cases
/
{id}
/
ai-summary-feedback
curl --request POST \
  --url https://api.wirespeed.co/cases/{id}/ai-summary-feedback \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "liked": true
}'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Case identifier

Body

application/json