Small Improvements · Example Payload

Nudgereviewerusingpost Example

POST /v2/feedback-cycles/{cycleId}/feedback-requests/{requestId}/participants/{participantId}/nudge

feedback-participants-resource

Nudgereviewerusingpost 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

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "nudgeReviewer",
  "operationId": "nudgeReviewerUsingPOST",
  "method": "POST",
  "path": "/v2/feedback-cycles/{cycleId}/feedback-requests/{requestId}/participants/{participantId}/nudge",
  "tags": [
    "feedback-participants-resource"
  ],
  "description": "POST /v2/feedback-cycles/{cycleId}/feedback-requests/{requestId}/participants/{participantId}/nudge",
  "parameters": {
    "cycleId": "<value>",
    "participantId": "<value>",
    "requestId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}