Small Improvements · Example Payload

Declineusingput Example

PUT /v2/feedback-cycles/{cycleId}/feedback-requests/{requestId}/participants/{participantId}/declined

feedback-participants-resource

Declineusingput 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": "decline",
  "operationId": "declineUsingPUT",
  "method": "PUT",
  "path": "/v2/feedback-cycles/{cycleId}/feedback-requests/{requestId}/participants/{participantId}/declined",
  "tags": [
    "feedback-participants-resource"
  ],
  "description": "PUT /v2/feedback-cycles/{cycleId}/feedback-requests/{requestId}/participants/{participantId}/declined",
  "parameters": {
    "cycleId": "<value>",
    "participantId": "<value>",
    "requestId": "<value>"
  },
  "requestBody": {
    "description": "feedbackReasonDto",
    "required": false
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}