Small Improvements · Example Payload

Updateusingput Example

PUT /v2/companies/{companyId}/design

companies-design-settings-resource

Updateusingput 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": "update",
  "operationId": "updateUsingPUT",
  "method": "PUT",
  "path": "/v2/companies/{companyId}/design",
  "tags": [
    "companies-design-settings-resource"
  ],
  "description": "PUT /v2/companies/{companyId}/design",
  "parameters": {
    "companyId": "<value>"
  },
  "requestBody": {
    "description": "dto",
    "required": true
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}