Small Improvements · Example Payload

Changecycleusingpost Example

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

objectives-resource

Changecycleusingpost 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": "changeCycle",
  "operationId": "changeCycleUsingPOST",
  "method": "POST",
  "path": "/v2/objective-cycles/{cycleId}/objectives/{id}/changeCycle",
  "tags": [
    "objectives-resource"
  ],
  "description": "POST /v2/objective-cycles/{cycleId}/objectives/{id}/changeCycle",
  "parameters": {
    "copy": "<value>",
    "cycleId": "<value>",
    "id": "<value>",
    "newCycleId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}