Skip to content
OpenPostDocs
OpenPostDocs
Publications

Reply to a provider comment

POST/comments/{id}/reply

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Opaque OpenPost comment ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/comments/string/reply" \  -H "Content-Type: application/json" \  -d '{    "body": "string"  }'
{  "$schema": "https://example.com/api/v1/schemas/CommentActionOutputBody.json",  "id": "string",  "message": "string"}