Skip to main content

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

OK