Small Improvements · Example Payload

Createcommentusingpost Example

POST /v2/praise/{praiseId}/comments

praise-resource

Createcommentusingpost Example is an example object payload from Small Improvements, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersrequestBodyresponse

Example Payload

Raw ↑
{
  "summary": "createComment",
  "operationId": "createCommentUsingPOST",
  "method": "POST",
  "path": "/v2/praise/{praiseId}/comments",
  "tags": [
    "praise-resource"
  ],
  "description": "POST /v2/praise/{praiseId}/comments",
  "parameters": {
    "praiseId": "<value>"
  },
  "requestBody": {
    "description": "Request payload",
    "required": false
  },
  "response": {
    "status": 201,
    "description": "Created"
  }
}