FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "PUT Request Example"
curl -X PUT "https://fastcomments.com/api/v1/user-badges/badge123?tenantId=demo&API_KEY=DEMO_API_SECRET" \ -H "Content-Type: application/json" \ -d '{ "displayedOnComments": false }'
Result