From 58f16468ca53ecd45cf7f7cfae0ba697aa4ee01f Mon Sep 17 00:00:00 2001 From: Vector73 Date: Tue, 11 Mar 2025 07:24:52 +0000 Subject: [PATCH] api_docs: Add Changes entry for removing `is_billing_admin`. --- zerver/openapi/zulip.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index 52c1d8ad7c..fb510cae27 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -410,6 +410,10 @@ paths: description: | Object containing the changed details of the user. It has multiple forms depending on the value changed. + + **Changes**: Removed `is_billing_admin` field in Zulip 10.0 + (feature level 363), as it was replaced by the + `can_manage_billing_group` realm setting. oneOf: - type: object description: | @@ -505,15 +509,6 @@ paths: - 300 - 400 - 600 - - type: object - additionalProperties: false - description: | - When billing role of a user changes. - properties: - user_id: - type: integer - description: | - The ID of the user affected by this change. - type: object additionalProperties: false description: | @@ -9611,6 +9606,9 @@ paths: tags: ["users"] description: | Get basic data about the user/bot that requests this endpoint. + + **Changes**: Removed `is_billing_admin` field in Zulip 10.0 (feature level 363), as it was + replaced by the `can_manage_billing_group` realm setting. responses: "200": description: Success @@ -24805,6 +24803,9 @@ components: type: object description: | A dictionary containing basic data on a given Zulip user. + + **Changes**: Removed `is_billing_admin` field in Zulip 10.0 (feature level 363), as it was + replaced by the `can_manage_billing_group` realm setting. properties: user_id: type: integer