Update a BusinessRuleAsk AIput https://api.vcita.biz/v3/ai/business_rules/{uid}Overview Update an existing business rule by UID. All fields are optional - only provided fields will be updated. Available for Staff tokens.Path ParamsuidstringrequiredUnique identifier of the business ruleBody ParamscontentstringThe content or text of the business rule (e.g., "Always maintain a warm, friendly, and professional tone in all client communications").statusstringenumThe status of the business rule. Available values: active - The rule is in effect and used by the AI agent. pending_approval - The rule is awaiting staff review. inactive - The rule is deactivated and not used by the AI agent. activeactivepending_approvalinactiveAllowed:activepending_approvalinactivesort_orderintegerSort order for displaying rules within a category (e.g., 0). Lower values appear first.category_codestringenumThe category code of the business rule. Determines how the AI agent uses this rule. Available values: tone_of_voice - Rules about communication style and tone. policies_and_info - Rules about business operations and policies. things_to_avoid - Rules about what the AI should not do or say. faq - Frequently asked questions and their answers. client_facing_bot_policies - Rules specifically for client-facing bot interactions. tone_of_voicepolicies_and_infothings_to_avoidfaqclient_facing_bot_policiesAllowed:tone_of_voicepolicies_and_infothings_to_avoidfaqclient_facing_bot_policiesResponses 200Business rule updated successfully 400Bad request - malformed request or invalid syntax 401Unauthorized - invalid or missing bearer token 403Forbidden - rule belongs to another business 404Business rule not found 422Unprocessable Entity - Validation error.Updated about 1 month ago