cURL
curl --request PATCH \ --url https://api.example.com/comments/{commentId} \ --header 'Content-Type: application/json' \ --data ' { "comment": "<string>" } '
{}
Id of the comment
Comment content
10000
The response is of type object.
object
Was this page helpful?