Update Organization
PUT/api/v1/organizations/:organization_id
Partially update an existing Organization identified by organization_id: fields present in the request body overwrite the existing organization, fields omitted are left unchanged. Returns 400 ("Organization does not exist") if no organization with that id exists yet — use Create Organization first.
Request
Responses
- 200
- 400
- 401
- 422
- 500
OK
Bad request
Unauthorized
Validation Error
Internal Error