Small Improvements · Example Payload

Changemanagerratingsusingput Example

PUT /v2/review-cycles/{cycleId}/changeManagerRatings

reviews-resource

Changemanagerratingsusingput 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": "changeManagerRatings",
  "operationId": "changeManagerRatingsUsingPUT",
  "method": "PUT",
  "path": "/v2/review-cycles/{cycleId}/changeManagerRatings",
  "tags": [
    "reviews-resource"
  ],
  "description": "PUT /v2/review-cycles/{cycleId}/changeManagerRatings",
  "parameters": {
    "cycleId": "<value>",
    "isSecondaryRating": "<value>"
  },
  "requestBody": {
    "description": "managerRatingChanges",
    "required": true
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}