Skip to content

Commit

Permalink
Merge pull request #212 from grycap/dev-gmolto
Browse files Browse the repository at this point in the history
Included additional default hosts in the OpenAPI spec
  • Loading branch information
catttam authored Sep 21, 2023
2 parents 528c0c0 + 7d90ce8 commit 138117b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
OSCAR exposes a secure REST API available at the Kubernetes master's node IP
through an ingress. This API has been described following the
[OpenAPI Specification](https://www.openapis.org/) and it can be
consulted bellow.
consulted below.

!!swagger api.yaml!!
4 changes: 3 additions & 1 deletion docs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -605,4 +605,6 @@ tags:
- name: health
servers:
- url: 'https://localhost'
description: ''
description: 'Local testing'
- url: 'https://inference.cloud.ai4eosc.eu'
description: 'AI4EOSC's OSCAR cluster'

0 comments on commit 138117b

Please sign in to comment.