Organizations
Update Organization
Updates the details of an existing organization.
PUT
Update Organization
Path Parameters
ID of the Vendor (UUID)
ID of the Organization to update (UUID)
Body
application/json
Data required to update an existing Organization.
Updated name of the organization.
Example:
"Example Corporation"
Updated industry the organization operates in.
Example:
"Software Development"
Updated primary contact information for the organization.
Updated ID of the Plan assigned to this organization (UUID).
Example:
"d5b0f4a9-b4c3-5e2d-9c8f-6b0e1d2f3a4b"
Response
Organization successfully updated
Standard API response wrapper
Update Organization