Skip to content

Commit

Permalink
chore: move observability api docs to default api docs (#3859)
Browse files Browse the repository at this point in the history
* chore: move observability api docs to default api docs

* chore: change default to observability api
  • Loading branch information
git-masoud authored Mar 6, 2024
1 parent 4bb692f commit 92e8e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apidoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
apiGroup: [ 'public-api', 'management-api', 'control-api' ]
apiGroup: [ 'observability-api', 'public-api', 'management-api', 'control-api' ]
env:
rootDir: resources/openapi/yaml/${{ matrix.apiGroup }}
SWAGGERHUB_API_KEY: ${{ secrets.SWAGGERHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion extensions/common/api/api-observability/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

edcBuild {
swagger {
apiGroup.set("management-api")
apiGroup.set("observability-api")
}
}

Expand Down

0 comments on commit 92e8e2e

Please sign in to comment.