Small Improvements · Example Payload

Resetusingput Example

PUT /v2/user-import-configurations/{companyId}/{type}

user-import-configuration-resource

Resetusingput 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

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "reset",
  "operationId": "resetUsingPUT",
  "method": "PUT",
  "path": "/v2/user-import-configurations/{companyId}/{type}",
  "tags": [
    "user-import-configuration-resource"
  ],
  "description": "PUT /v2/user-import-configurations/{companyId}/{type}",
  "parameters": {
    "companyId": "<value>",
    "type": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}