Skip to content

Commit

Permalink
Modify apidoc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
viacheslavkol committed Jan 13, 2025
1 parent b58e2f6 commit f06a3d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/api-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
-Dopenapi.generator.maven.plugin.inputSpec=${{ env.API_INPUT_SPEC }} \
-Dopenapi.generator.maven.plugin.generatorName=openapi-yaml \
-Dopenapi.generator.maven.plugin.output=target/api
-Dopenapi.generator.maven.plugin.outputFile=openapi/mod-search.yaml
- name: Prepare folio-tools
run: |
git clone https://github.com/folio-org/folio-tools
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/swagger.api/mod-search.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: Search API
version: v2.1.0
version: v4.1.0
description: |
API for searching, browsing, and managing facets for various record types, including instances, holdings, and authorities.
It also provides endpoints for configuring search and browse features, as well as managing the search index.
Expand Down

0 comments on commit f06a3d0

Please sign in to comment.