Update a reseller
Updates the specified reseller by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/resellers/{id}
JWT
reseller:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the reseller. |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name | string | Name of the reseller. | min: 1, max: 256 |
| string | Notification email of the reseller. | min: 1, max: 256, format: email | |
| description | string | Description for the reseller. | min: 0, max: 256 |
| allowedUsers | integer | Max number of users the reseller is allowed to create. Set to -1 to allow unlimited users. | min: -1, max: 2147483647, format: int32 |
| allowedOrganizations | integer | Max number of organizations the reseller is allowed to create. Set to -1 to allow unlimited organizations. | min: -1, max: 2147483647, format: int32 |
Request Example
Responses
200
400
401
403
404
429
500