API reference
Public reply to a comment
POST
/comments/{id}/replyAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Meta comment id from comment.received
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/comments/string/reply" \ -H "Content-Type: application/json" \ -d '{ "text": "string" }'Empty