Skip to content

Commit

Permalink
Merge pull request #147 from mxenabled/gn/DEVX-1138-add-metadata-upda…
Browse files Browse the repository at this point in the history
…te-acct

Add metadata to update aggregated account description
  • Loading branch information
Gvieve authored Sep 4, 2024
2 parents 71de7d5 + 8977588 commit 967d258
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 967d258

Please # to comment.