Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion billing/v1/billing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,8 @@ message RegisterAccounts {
// For AWS, Register accountId under the specific payer account into the billing group
bool enabled = 1;

// Optional. AccountId to be used for registration into the billing group.
// Optional. AccountIds to be used for registration into the billing group.
// Accepts multiple accountIds separated by a comma.
string accountId = 2;
}

Expand Down
2 changes: 1 addition & 1 deletion openapiv2/apidocs.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -44807,7 +44807,7 @@
},
"accountId": {
"type": "string",
"description": "Optional. AccountId to be used for registration into the billing group."
"description": "Optional. AccountIds to be used for registration into the billing group.\nAccepts multiple accountIds separated by a comma."
}
},
"title": "Register Accounts definition"
Expand Down
Loading