Small Improvements · Example Payload

Changeratingusingpost Example

POST /v2/objective-cycles/{cycleId}/objectives/{id}/changeRating

objectives-resource

Changeratingusingpost 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": "changeRating",
  "operationId": "changeRatingUsingPOST",
  "method": "POST",
  "path": "/v2/objective-cycles/{cycleId}/objectives/{id}/changeRating",
  "tags": [
    "objectives-resource"
  ],
  "description": "POST /v2/objective-cycles/{cycleId}/objectives/{id}/changeRating",
  "parameters": {
    "cycleId": "<value>",
    "id": "<value>",
    "rating": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}