Small Improvements · Example Payload

Getconfigusingget_1 Example

GET /v2/praise/wall/config

praise-wall-resource

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

Top-level fields

summaryoperationIdmethodpathtagsdescriptionresponse

Example Payload

Raw ↑
{
  "summary": "getConfig",
  "operationId": "getConfigUsingGET_1",
  "method": "GET",
  "path": "/v2/praise/wall/config",
  "tags": [
    "praise-wall-resource"
  ],
  "description": "GET /v2/praise/wall/config",
  "response": {
    "status": 200,
    "description": "OK"
  }
}