Skip to content
Snippets Groups Projects
Commit 47a189d3 authored by Marco Holz's avatar Marco Holz
Browse files

Update API versions

Submission API: Don't include prerelease versions for v1

Routing API: "latest" does not exist for Routing API

Routing API: 1.0.0-rc.1 does not match verion "1.*" -> change version to "*"
parent a21d107b
No related branches found
No related tags found
1 merge request!80Fix API versions
...@@ -5,4 +5,4 @@ hide_table_of_contents: true ...@@ -5,4 +5,4 @@ hide_table_of_contents: true
import ApiSpec from '@site/src/components/ApiSpec' import ApiSpec from '@site/src/components/ApiSpec'
<ApiSpec gitlabProjectId={"44"} path={"routing-api"} artifact={"routing-api.yaml"} version={"latest"} includePrerelease={true} /> <ApiSpec gitlabProjectId={"44"} path={"routing-api"} artifact={"routing-api.yaml"} includePrerelease={true} />
...@@ -5,4 +5,4 @@ hide_table_of_contents: true ...@@ -5,4 +5,4 @@ hide_table_of_contents: true
import ApiSpec from '@site/src/components/ApiSpec' import ApiSpec from '@site/src/components/ApiSpec'
<ApiSpec gitlabProjectId={"44"} path={"routing-api"} artifact={"routing-api.yaml"} version={"1.*"} includePrerelease={true} /> <ApiSpec gitlabProjectId={"44"} path={"routing-api"} artifact={"routing-api.yaml"} version={"*"} includePrerelease={true} />
...@@ -5,4 +5,4 @@ hide_table_of_contents: true ...@@ -5,4 +5,4 @@ hide_table_of_contents: true
import ApiSpec from '@site/src/components/ApiSpec' import ApiSpec from '@site/src/components/ApiSpec'
<ApiSpec gitlabProjectId={"1"} path={"submission-api"} artifact={"submission-api.yaml"} version={"1.*"} includePrerelease={true} /> <ApiSpec gitlabProjectId={"1"} path={"submission-api"} artifact={"submission-api.yaml"} version={"1.*"} />
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment