Small Improvements · Example Payload

Editusingpost Example

POST /v2/automations/{id}

automations-resource

Editusingpost Example is an example object payload from Small Improvements, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersrequestBodyresponse

Example Payload

Raw ↑
{
  "summary": "edit",
  "operationId": "editUsingPOST",
  "method": "POST",
  "path": "/v2/automations/{id}",
  "tags": [
    "automations-resource"
  ],
  "description": "POST /v2/automations/{id}",
  "parameters": {
    "id": "<value>"
  },
  "requestBody": {
    "description": "Request payload",
    "required": false
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}