From f9e9567a1fa8e816f531e9bc00f22845d3af8af0 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 19 Sep 2025 16:46:19 +0100 Subject: [PATCH] Clean up documentation in OpenAPI `swiftorg.yaml` Endpoints providing information about Swift SDKs should be documented as such, as they don't distribute any toolchains as stated in the currently incorrect documentation strings. --- openapi/swiftorg.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/swiftorg.yaml b/openapi/swiftorg.yaml index 9546a94e0..3bbcd4ca1 100644 --- a/openapi/swiftorg.yaml +++ b/openapi/swiftorg.yaml @@ -64,7 +64,7 @@ paths: $ref: '#/components/schemas/SourceBranch' get: operationId: listStaticSDKDevToolchains - summary: Fetch all static SDK development toolchains + summary: Fetch all development static Linux Swift SDKs tags: - Toolchains responses: @@ -83,7 +83,7 @@ paths: $ref: '#/components/schemas/SourceBranch' get: operationId: listWasmSDKDevToolchains - summary: Fetch all SDK for WebAssembly toolchains + summary: Fetch all development Swift SDKs for WebAssembly tags: - Toolchains responses: