Browse Source

Merge pull request #7798 from nocodb/fix/invalid-json

fix: Remove invalid comma in swagger json
pull/7799/head
Pranav C 4 months ago committed by GitHub
parent
commit
38a87ef75a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nocodb/src/schema/swagger-v2.json

2
packages/nocodb/src/schema/swagger-v2.json

@ -7533,7 +7533,7 @@
}
],
"description": "List all shared view rows"
},
}
},
"/api/v2/public/shared-view/{sharedViewUuid}/rows": {
"parameters": [

Loading…
Cancel
Save