You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/MxPlatformApi.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6885,7 +6885,7 @@ end
6885
6885
6886
6886
Update account by member
6887
6887
6888
-
This endpoint allows you to update certain attributes of an `account` resource.
6888
+
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`.
account_guid ='ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1'# String | The unique id for an `account`.
6904
6904
member_guid ='MBR-7c6f361b-e582-15b6-60c0-358f12466b4b'# String | The unique id for a `member`.
6905
6905
user_guid ='USR-fa7537f3-48aa-a683-a02a-b18940482f54'# String | The unique id for a `user`.
6906
-
account_update_request_body =MxPlatformRuby::AccountUpdateRequestBody.new# AccountUpdateRequestBody | Account object to be created with optional parameters (is_hidden)
|**account_guid**|**String**| The unique id for an `account`. ||
6940
6940
|**member_guid**|**String**| The unique id for a `member`. ||
6941
6941
|**user_guid**|**String**| The unique id for a `user`. ||
6942
-
|**account_update_request_body**|[**AccountUpdateRequestBody**](AccountUpdateRequestBody.md)|Account object to be created with optional parameters (is_hidden)||
# This endpoint allows you to update certain attributes of an `account` resource.
6545
+
# 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`.
6546
6546
# @param account_guid [String] The unique id for an `account`.
6547
6547
# @param member_guid [String] The unique id for a `member`.
6548
6548
# @param user_guid [String] The unique id for a `user`.
6549
-
# @param account_update_request_body [AccountUpdateRequestBody] Account object to be created with optional parameters (is_hidden)
# This endpoint allows you to update certain attributes of an `account` resource.
6558
+
# 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`.
6559
6559
# @param account_guid [String] The unique id for an `account`.
6560
6560
# @param member_guid [String] The unique id for a `member`.
6561
6561
# @param user_guid [String] The unique id for a `user`.
6562
-
# @param account_update_request_body [AccountUpdateRequestBody] Account object to be created with optional parameters (is_hidden)
Copy file name to clipboardExpand all lines: spec/api/mx_platform_api_spec.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1295,11 +1295,11 @@
1295
1295
1296
1296
# unit tests for update_account_by_member
1297
1297
# Update account by member
1298
-
# This endpoint allows you to update certain attributes of an `account` resource.
1298
+
# 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`.
1299
1299
# @param account_guid The unique id for an `account`.
1300
1300
# @param member_guid The unique id for a `member`.
1301
1301
# @param user_guid The unique id for a `user`.
1302
-
# @param account_update_request_body Account object to be created with optional parameters (is_hidden)
0 commit comments