Update Multi Org OrganizationCopy Pagepatch https://app.yoodli.ai/api/v3/enterprises/{enterpriseId}/orgs/{orgId}Updates seat allocation of an Organization within a Multi Org. Rate limit category: Medium APIPath ParamsenterpriseIdstringrequiredMulti Org ID.orgIdstringrequiredOrganization ID.Body Paramsseats_allocatednumberNew number of seats to allocate to the Organization from the Multi Org seat pool. Must be a non-negative integer and cannot be less than the current seat usage.Responses 200Organization updated successfully. 400Invalid request body or seat allocation exceeds Multi Org limit. 403Permission denied or Organization does not belong to this Multi Org. 404Multi Org or Organization not found. 409Seat allocation is less than current usage.Updated 6 months ago