Small Improvements · Example Payload

Nudgeusingpost_1 Example

POST /v2/objective-cycles/{cycleId}/summaries/{summaryId}/nudge

objective-summaries-resource

Nudgeusingpost_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": "nudge",
  "operationId": "nudgeUsingPOST_1",
  "method": "POST",
  "path": "/v2/objective-cycles/{cycleId}/summaries/{summaryId}/nudge",
  "tags": [
    "objective-summaries-resource"
  ],
  "description": "POST /v2/objective-cycles/{cycleId}/summaries/{summaryId}/nudge",
  "parameters": {
    "cycleId": "<value>",
    "summaryId": "<value>",
    "target": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}