diff --git a/api-specs/api/types/business-unit/BusinessUnitStatus.raml b/api-specs/api/types/business-unit/BusinessUnitStatus.raml index fdc84e9b6..20c2afd21 100644 --- a/api-specs/api/types/business-unit/BusinessUnitStatus.raml +++ b/api-specs/api/types/business-unit/BusinessUnitStatus.raml @@ -12,6 +12,6 @@ enum: Active: | The Business Unit can be used in Carts, Orders, Quote Requests, and Quotes and can be edited. Inactive: | - The Business Unit cannot be used in Carts, Orders, Quote Requests, and Quotes and can only be edited using the [general endpoint](ctp:api:endpoint:/{projectKey}/me/business-units:POST). + The Business Unit cannot be used in Carts, Orders, Quote Requests, and Quotes and can only be edited using the [general endpoint](/../api/associates-overview#through-the-general-endpoints). Status doesn't affect inheritance. Even if a parent unit is inactive, its children remain active and can inherit role assignments. default: Active