Skip to content

Commit

Permalink
Add metadata to update aggregated account
Browse files Browse the repository at this point in the history
  • Loading branch information
Genevieve Nuebel committed Aug 27, 2024
1 parent 71de7d5 commit 8977588
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openapi/mx_platform_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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":
Expand Down

0 comments on commit 8977588

Please sign in to comment.