Documentation Index
Fetch the complete documentation index at: https://docs.supahub.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Unique identifier of the comment being requested.
Body Parameters
Description of the comment.
Flag to pin or unpin the comment.
// 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'