Small Improvements · Example Payload

Updateusingpost Example

POST /v2/reaction/{id}

reaction-resource

Updateusingpost 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": "update",
  "operationId": "updateUsingPOST",
  "method": "POST",
  "path": "/v2/reaction/{id}",
  "tags": [
    "reaction-resource"
  ],
  "description": "POST /v2/reaction/{id}",
  "parameters": {
    "id": "<value>"
  },
  "requestBody": {
    "description": "newFeedback",
    "required": true
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}