Summary

  • Added hasAiFeaturesDisabled and a required isBlockedEnableAiFeatures to the Organization schema. hasAiFeaturesDisabled indicates whether AI features are disabled for the Organization, and isBlockedEnableAiFeatures indicates whether the Organization is blocked from enabling AI features.
  • Added hasAiFeaturesDisabled to UpdateOrganizationRequest so callers can set whether AI features are disabled when updating an Organization.

Added

  • Properties
    • Organization: hasAiFeaturesDisabled (boolean). Whether AI features are disabled for the Organization.
    • Organization: isBlockedEnableAiFeatures (boolean, required). Whether the Organization is blocked from enabling AI features.
    • UpdateOrganizationRequest: hasAiFeaturesDisabled (boolean). Whether AI features are disabled for the Organization.