Small Improvements · Example Payload

Archiveusingput Example

PUT /v2/feedback-cycles/{cycleId}/archive

feedback-cycles-resource

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