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
* This endpoint allows you to update certain attributes of an `account` resource.
12491
+
* 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`.
12492
12492
* @summary Update account by member
12493
12493
* @param {string} accountGuid The unique id for an `account`.
12494
12494
* @param {string} memberGuid The unique id for a `member`.
12495
12495
* @param {string} userGuid The unique id for a `user`.
12496
-
* @param {AccountUpdateRequestBody} accountUpdateRequestBody Account object to be created with optional parameters (is_hidden)
* This endpoint allows you to update certain attributes of an `account` resource.
14423
+
* 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`.
14424
14424
* @summary Update account by member
14425
14425
* @param {string} accountGuid The unique id for an `account`.
14426
14426
* @param {string} memberGuid The unique id for a `member`.
14427
14427
* @param {string} userGuid The unique id for a `user`.
14428
-
* @param {AccountUpdateRequestBody} accountUpdateRequestBody Account object to be created with optional parameters (is_hidden)
* This endpoint allows you to update certain attributes of an `account` resource.
15718
+
* 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`.
15719
15719
* @summary Update account by member
15720
15720
* @param {string} accountGuid The unique id for an `account`.
15721
15721
* @param {string} memberGuid The unique id for a `member`.
15722
15722
* @param {string} userGuid The unique id for a `user`.
15723
-
* @param {AccountUpdateRequestBody} accountUpdateRequestBody Account object to be created with optional parameters (is_hidden)
@@ -17176,12 +17176,12 @@ export class MxPlatformApi extends BaseAPI {
17176
17176
}
17177
17177
17178
17178
/**
17179
-
* This endpoint allows you to update certain attributes of an `account` resource.
17179
+
* 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`.
17180
17180
* @summary Update account by member
17181
17181
* @param {string} accountGuid The unique id for an `account`.
17182
17182
* @param {string} memberGuid The unique id for a `member`.
17183
17183
* @param {string} userGuid The unique id for a `user`.
17184
-
* @param {AccountUpdateRequestBody} accountUpdateRequestBody Account object to be created with optional parameters (is_hidden)
0 commit comments