We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d318c commit 2ad0f47Copy full SHA for 2ad0f47
1 file changed
Test-TunnelflightAPI.ps1
@@ -1,4 +1,4 @@
1
-<#
+<##
2
.SYNOPSIS
3
Exercises key Tunnelflight API endpoints and logs results.
4
@@ -70,7 +70,6 @@ $endpoints = @(
70
@{ Url = "$baseUri/api/account/profile/user"; Description = "Profile" },
71
@{ Url = "$baseUri/api/public/skills/"; Description = "Public skills" },
72
@{ 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" }
74
)
75
76
foreach ($ep in $endpoints) {
0 commit comments