We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e752b44 commit a1ee5caCopy full SHA for a1ee5ca
.github/workflows/api-spec-merger.yaml
@@ -23,8 +23,8 @@ jobs:
23
24
- name: Run specs bundling script
25
run: |
26
- chmod +x script/generate-api-docs.sh
27
- script/generate-api-docs.sh
+ chmod +x scripts/generate-api-docs.sh
+ scripts/generate-api-docs.sh
28
29
- name: Commit and push changes
30
uses: ad-m/github-push-action@master
specs/application/listing.yaml
@@ -5,7 +5,7 @@ info:
5
paths:
6
/orchestrator/app/autocomplete:
7
get:
8
- description: list of namespaces group by clusters - TEST1
+ description: list of namespaces group by clusters - TEST2
9
parameters:
10
- in: query
11
name: appName
0 commit comments