// Replace API_KEY with your api key curl --location --request PUT 'https://api.supahub.com/api/v1/comments/:commentId' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer API_KEY' \ --data-urlencode 'commentDescription=Updated comment text' \ --data-urlencode 'pinComment=false'
Edit or pin/unpin a comment.