Skip to content

Commit

Permalink
Update name for get environment information endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jancerman committed Jul 15, 2024
1 parent ebad2b5 commit 62d5131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ const client = new ManagementClient({
apiKey: '<YOUR_API_KEY>'
});

const response = await client.projectInformation()
const response = await client.environmentInformation()
.toPromise();
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
ProjectId = "<YOUR_ENVIRONMENT_ID>"
});

var response = await client.GetProjectInformationAsync();
var response = await client.GetEnvironmentInformationAsync();

0 comments on commit 62d5131

Please sign in to comment.