Skip to content

Commit

Permalink
[AUTOMATED] Update Stack/API openapi docs (#392)
Browse files Browse the repository at this point in the history
* [AUTOMATED] Update: api/proto/docs/api.gen.yaml

* add api

* [AUTOMATED] Update: docs/pages/api/**/*.gen.yaml

---------

Co-authored-by: LukasJenicek <6400599+LukasJenicek@users.noreply.github.com>
Co-authored-by: Lukas Jenicek <lj@horizon.io>
  • Loading branch information
3 people authored and RichardIrala committed Oct 25, 2024
1 parent df87bf5 commit 139361c
Show file tree
Hide file tree
Showing 2 changed files with 1,973 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
go run github.com/mikefarah/yq/v4 -e -i '.security=[{"ApiKeyAuth":[]}, {"BearerAuth":[]}]' docs/pages/api/metadata/metadata.gen.yaml
go run github.com/mikefarah/yq/v4 -e -i '.security=[{"ApiKeyAuth":[]}]' docs/pages/api/indexer/indexer.gen.yaml
go run github.com/mikefarah/yq/v4 -e -i '.security=[{"ApiKeyAuth":[]}]' docs/pages/api/relayer/relayer.gen.yaml
go run github.com/mikefarah/yq/v4 -e -i '.security=[{"ApiKeyAuth":[]}]' docs/pages/api/api/api.gen.yaml
- name: Push changes
uses: 0xsequence/actions/git-commit@master
Expand Down
Loading

0 comments on commit 139361c

Please sign in to comment.