Skip to content

Commit

Permalink
Merge pull request #1805 from Sensedia/ORB-3024
Browse files Browse the repository at this point in the history
feat(Loans): ORB-3024 - Alterar versão do API swagger
  • Loading branch information
FelipeBaumgartel authored Jul 18, 2023
2 parents 635f2a4 + f74bffe commit cad89c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ info:
### `/contracts/{contractId}/payments`
- permissions:
- GET: **LOANS_PAYMENTS_READ**
version: 2.1.1-rc.1
version: 2.1.0-rc.1
license:
name: Apache 2.0
url: 'https://www.apache.org/licenses/LICENSE-2.0'
Expand Down
4 changes: 2 additions & 2 deletions swagger-apis/loans/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
{"name": "2.0.0-RC1.0", "url": "./2.0.0-RC1.0.yml"},
{"name": "2.0.0", "url": "./2.0.0.yml"},
{"name": "2.0.1", "url": "./2.0.1.yml"},
{"name": "2.1.1-rc.1", "url": "./2.1.1-rc.1.yml"}],
"urls.primaryName": "2.1.1-rc.1", // default spec
{"name": "2.1.0-rc.1", "url": "./2.1.0-rc.1.yml"}],
"urls.primaryName": "2.1.0-rc.1", // default spec
dom_id: '#swagger-ui',
deepLinking: true,
supportedSubmitMethods:[],
Expand Down

0 comments on commit cad89c3

Please sign in to comment.