From 8977588720a91ce073cd9a395f0a664a6e2ee590 Mon Sep 17 00:00:00 2001 From: Genevieve Nuebel Date: Tue, 27 Aug 2024 13:56:10 -0600 Subject: [PATCH] Add metadata to update aggregated account --- openapi/mx_platform_api.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openapi/mx_platform_api.yml b/openapi/mx_platform_api.yml index 48b1175..2e42bed 100644 --- a/openapi/mx_platform_api.yml +++ b/openapi/mx_platform_api.yml @@ -6269,8 +6269,7 @@ paths: - mx_platform put: description: - This endpoint allows you to update certain attributes of an `account` - resource. + This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`. operationId: updateAccountByMember parameters: - description: The unique id for an `account`. @@ -6299,7 +6298,6 @@ paths: application/json: schema: "$ref": "#/components/schemas/AccountUpdateRequestBody" - description: Account object to be created with optional parameters (is_hidden) required: true responses: "200":