Small Improvements · Example Payload

Informallmanagerstonominatereviewersusingpost Example

POST /v2/feedback-cycles/{cycleId}/inform_managers_to_nominate

feedback-cycles-resource

Informallmanagerstonominatereviewersusingpost 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": "informAllManagersToNominateReviewers",
  "operationId": "informAllManagersToNominateReviewersUsingPOST",
  "method": "POST",
  "path": "/v2/feedback-cycles/{cycleId}/inform_managers_to_nominate",
  "tags": [
    "feedback-cycles-resource"
  ],
  "description": "POST /v2/feedback-cycles/{cycleId}/inform_managers_to_nominate",
  "parameters": {
    "cycleId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}