Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openapi/swiftorg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down