We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fabaa5 + 6173cb1 commit b18a769Copy full SHA for b18a769
1 file changed
src/lib/sdk/billing.ts
@@ -1424,10 +1424,10 @@ export class Billing {
1424
);
1425
}
1426
1427
- async listRegions(teamId: string): Promise<Models.ConsoleRegionList> {
+ async listRegions(organizationId: string): Promise<Models.ConsoleRegionList> {
1428
const path = `/console/regions`;
1429
const params = {
1430
- teamId
+ organizationId
1431
};
1432
const uri = new URL(this.client.config.endpoint + path);
1433
return await this.client.call(
0 commit comments