Skip to content

Commit 23b876a

Browse files
adoption api-method-documentation fix path
1 parent 2a67e6f commit 23b876a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

demo/apis.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"models/representative-service/representative-service.yaml": "OAS 3.0",
3434
"models/APIC-763/APIC-763.raml": "RAML 1.0",
3535
"models/multipart-api/multipart-api.raml": "RAML 1.0",
36-
"models/multiple-messages/multiple-messages.yaml": "ASYNC 2.0"
36+
"models/multiple-messages/multiple-messages.yaml": "ASYNC 2.0",
37+
"models/APIC-560/APIC-560.yaml": "ASYNC 2.0"
3738
}

demo/standalone/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class ApicApplication extends DemoBase {
2424
['APIC-319', 'APIC-319'],
2525
['multi-server', 'OAS multi server'],
2626
['async-api', 'AsyncAPI'],
27+
['APIC-560', 'AsyncAPI560'],
2728
];
2829
}
2930

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)