diff --git a/api/v1/install/dev/6.2/static-sdk.json b/api/v1/install/dev/6.2/static-sdk.json index 8841fb41f..d772e1dea 100644 --- a/api/v1/install/dev/6.2/static-sdk.json +++ b/api/v1/install/dev/6.2/static-sdk.json @@ -1,4 +1,4 @@ --- layout: none --- -{{ site.data.builds.swift-6_2-branch.static_sdk | jsonify }} \ No newline at end of file +{{ site.data.builds.swift-6_2-branch.static-sdk | jsonify }} \ No newline at end of file diff --git a/openapi/swiftorg.yaml b/openapi/swiftorg.yaml index 03ba23c3b..59ad45eb4 100644 --- a/openapi/swiftorg.yaml +++ b/openapi/swiftorg.yaml @@ -232,6 +232,8 @@ components: enum: - main - '6.0' + - '6.1' + - '6.2' SourceBranch: anyOf: - $ref: '#/components/schemas/KnownSourceBranch'