Small Improvements · Example Payload

Newunsolicitedfeedbackusingpost Example

POST /v2/feedback/new-unsolicited

feedback-participants-resource

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

Top-level fields

summaryoperationIdmethodpathtagsdescriptionrequestBodyresponse

Example Payload

Raw ↑
{
  "summary": "newUnsolicitedFeedback",
  "operationId": "newUnsolicitedFeedbackUsingPOST",
  "method": "POST",
  "path": "/v2/feedback/new-unsolicited",
  "tags": [
    "feedback-participants-resource"
  ],
  "description": "POST /v2/feedback/new-unsolicited",
  "requestBody": {
    "description": "newUnsolicitedFeedbackDto",
    "required": true
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}