Small Improvements · Example Payload

Getusersettingsusingget Example

GET /v2/user-settings

user-settings-resource

Getusersettingsusingget 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": "getUserSettings",
  "operationId": "getUserSettingsUsingGET",
  "method": "GET",
  "path": "/v2/user-settings",
  "tags": [
    "user-settings-resource"
  ],
  "description": "GET /v2/user-settings",
  "response": {
    "status": 200,
    "description": "OK"
  }
}