Small Improvements · Example Payload

Saveconfigusingpost Example

POST /v2/praise/wall/config

praise-wall-resource

Saveconfigusingpost 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": "saveConfig",
  "operationId": "saveConfigUsingPOST",
  "method": "POST",
  "path": "/v2/praise/wall/config",
  "tags": [
    "praise-wall-resource"
  ],
  "description": "POST /v2/praise/wall/config",
  "requestBody": {
    "description": "dto",
    "required": true
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}