Browse Source

Test update of api doc

pull/280/head
Gabe Kangas 5 years ago
parent
commit
ebed81c81e
  1. 1
      .github/workflows/generate-api-documentation.yaml
  2. 2
      openapi.yaml

1
.github/workflows/generate-api-documentation.yaml

@ -15,7 +15,6 @@ jobs: @@ -15,7 +15,6 @@ jobs:
- name: Run redoc on openapi.yaml
run: |
npx redoc-cli bundle openapi.yaml -o doc/api/index.html --options '{"hideHostname": true, "pathInMiddlePanel": true}'
npm run build
- name: Commit changes
uses: EndBug/add-and-commit@v5

2
openapi.yaml

@ -122,7 +122,7 @@ components: @@ -122,7 +122,7 @@ components:
example: "<p>This page is <strong>super</strong> cool!"
version:
type: string
example: Owncast v0.0.2-macOS (ef3796a033b32a312ebf5b334851cbf9959e7ecb)
example: Owncast v0.0.3-macOS (ef3796a033b32a312ebf5b334851cbf9959e7ecb)
YP:
type: object

Loading…
Cancel
Save