You can update a specific testimonial by sending a PUT
request to the following endpoint: https://api.testimonial.to/v1/testimonial/{ID}
where {ID}
is the testimonial ID. You can find testimonial IDs from the following API endpoint:
API syntax
curl --location --request PUT 'https://api.testimonial.to/v1/testimonial/{ID}' \
--header 'Authorization: Bearer API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"isLiked":true
}'
Update properties
You can update your testimonial with the following properties in the JSON payload:
isLiked: boolean
adds/removes your testimonial from the Wall of Love.