From 38ca675be184b0a4905f4be91c0459a5fd5416f6 Mon Sep 17 00:00:00 2001 From: Brian Wilson Date: Sun, 24 Aug 2025 19:19:27 -0700 Subject: [PATCH] Add `/squadron` to the documented CAPI endpoints FDev recently added a `/squadron` CAPI endpoint with the Vanguards release. --- Frontier API/FrontierDevelopments-CAPI-endpoints.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Frontier API/FrontierDevelopments-CAPI-endpoints.md b/Frontier API/FrontierDevelopments-CAPI-endpoints.md index 55937ad..71bba8a 100644 --- a/Frontier API/FrontierDevelopments-CAPI-endpoints.md +++ b/Frontier API/FrontierDevelopments-CAPI-endpoints.md @@ -116,6 +116,12 @@ This will produce output like: "rel": "VisitedStars", "type": "GET", "title": "Download an zip archive containing the player's VisitedStarsCache.dat file. Status 102 indicates the file is being generated in the background, try again in a couple of minutes" + }, + { + "href": "/squadron", + "rel": "Squadron", + "type": "GET", + "title": "Describe the squadron your Commander is currently a member of, if any. add ?language=[$supportedLanguages] to translate names" } ] }