Skip to content

Commit 2190c76

Browse files
Rename teamId to organizationId in listRegions
1 parent 61ec5a8 commit 2190c76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/sdk/billing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,10 +1442,10 @@ export class Billing {
14421442
);
14431443
}
14441444

1445-
async listRegions(teamId: string): Promise<Models.ConsoleRegionList> {
1445+
async listRegions(organizationId: string): Promise<Models.ConsoleRegionList> {
14461446
const path = `/console/regions`;
14471447
const params = {
1448-
teamId
1448+
organizationId
14491449
};
14501450
const uri = new URL(this.client.config.endpoint + path);
14511451
return await this.client.call(

0 commit comments

Comments
 (0)