ResellerOrganizations
Update a reseller organization
Updates the specified reseller organization by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
patch/v3/resellers/{resellerId}/organizations/{id}
Path parameters
resellerIdstring required
idstring required
Unique identifier for the reseller organization.
Request body
Response
OK
Changes
Changed in 1 of the 3 revisions of this API.21
- ▲
added the pattern
^(?!\s)(?!.*\s$)[^\p{Cc}\p{Cf}\p{Zl}\p{Zp}]+$to the request propertyrequest-property-pattern-added
- ▲
added the pattern
^(?!\s)(?![\s\S]*\s$)(?:[^\p{Cc}\p{Cf}\p{Zl}\p{Zp}]|[\t\n\r])+$to the request propertyrequest-property-pattern-added
- ○
added the new optional request property
new-optional-request-property
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲