Small Improvements · Example Payload

Unarchiveusingput_1 Example

PUT /v2/objective-cycles/{cycleId}/unarchive

objective-cycles-resource

Unarchiveusingput_1 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": "unarchive",
  "operationId": "unarchiveUsingPUT_1",
  "method": "PUT",
  "path": "/v2/objective-cycles/{cycleId}/unarchive",
  "tags": [
    "objective-cycles-resource"
  ],
  "description": "PUT /v2/objective-cycles/{cycleId}/unarchive",
  "parameters": {
    "cycleId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}