Small Improvements · Example Payload

Editobjectivecycleguidedusingpost Example

POST /v2/objective-cycles/guided/edit

objective-cycles-resource

Editobjectivecycleguidedusingpost 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

summaryoperationIdmethodpathtagsdescriptionrequestBodyresponse

Example Payload

Raw ↑
{
  "summary": "editObjectiveCycleGuided",
  "operationId": "editObjectiveCycleGuidedUsingPOST",
  "method": "POST",
  "path": "/v2/objective-cycles/guided/edit",
  "tags": [
    "objective-cycles-resource"
  ],
  "description": "POST /v2/objective-cycles/guided/edit",
  "requestBody": {
    "description": "Request payload",
    "required": false
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}