Skip to content

Commit

Permalink
Merge pull request #33 from advanced-rest-client/fix/W-11117709/heade…
Browse files Browse the repository at this point in the history
…rs-examples

[W-11117709] Headers examples
  • Loading branch information
carowright authored Jul 13, 2022
2 parents ddcc047 + 893a75d commit baad05f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api-components/api-headers-document",
"description": "Documentation component for API headers based on AMF data model",
"version": "4.2.4",
"version": "4.2.5",
"license": "Apache-2.0",
"main": "index.js",
"module": "index.js",
Expand Down
1 change: 1 addition & 0 deletions src/ApiHeadersDocument.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export class ApiHeadersDocument extends LitElement {
?narrow="${narrow}"
?graph="${graph}"
noExamplesActions
noMainExample
></api-type-document>` :
html`<p class="no-info">Headers are not required by this endpoint</p>`}
</anypoint-collapse>
Expand Down

0 comments on commit baad05f

Please sign in to comment.