We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc29b63 commit 6b805f2Copy full SHA for 6b805f2
1 file changed
.github/workflows/openapi.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Fetch latest OpenAPI definition
19
shell: bash
20
run: |-
21
- curl https://openapi-v2.exoscale.com/source.json | ./.sort-enums.py | jq > exoscale/openapi.json
+ curl https://api-ch-gva-2.exoscale.com/v2/openapi.json | ./.sort-enums.py | jq > exoscale/openapi.json
22
23
curl https://partner-api.exoscale.com/v1.alpha/openapi.json | ./.sort-enums.py | jq > exoscale/partner-api.json
24
- name: Commit and push if changed
0 commit comments