Browse Source

chore: update v2 data api swagger path

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/6751/head
Pranav C 12 months ago
parent
commit
425c2038f0
  1. 2
      .github/workflows/publish-api-docs.yml

2
.github/workflows/publish-api-docs.yml

@ -35,7 +35,7 @@ jobs:
env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with:
source_file: 'packages/nocodb/src/schema/swagger.json'
source_file: 'packages/nocodb/src/schema/swagger-v2.json'
destination_repo: 'nocodb/noco-apis-doc'
destination_folder: 'data-apis-v2'
user_email: 'oof1lab@gmail.com'

Loading…
Cancel
Save