Skip to content

Commit 2ad0f47

Browse files
authored
Update Test-TunnelflightAPI.ps1
1 parent a8d318c commit 2ad0f47

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Test-TunnelflightAPI.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<##
22
.SYNOPSIS
33
Exercises key Tunnelflight API endpoints and logs results.
44
@@ -70,7 +70,6 @@ $endpoints = @(
7070
@{ Url = "$baseUri/api/account/profile/user"; Description = "Profile" },
7171
@{ Url = "$baseUri/api/public/skills/"; Description = "Public skills" },
7272
@{ Url = "$baseUri/api/account/dashboard/flyer-skills-levels/$memberId"; Description = "Flyer skill levels" }
73-
@{ Url = "$baseUri/api/account/logbook/skills/open-suspended-not_current/$memberId"; Description = "currency" }
7473
)
7574

7675
foreach ($ep in $endpoints) {

0 commit comments

Comments
 (0)