Skip to content

Commit

Permalink
PAGOPA-1790 generating correct swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed Jun 4, 2024
1 parent 479a916 commit bdfa6e6
Show file tree
Hide file tree
Showing 3 changed files with 13,092 additions and 14,471 deletions.
1 change: 1 addition & 0 deletions openapi/generate_openapi_and_swagger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jq '."paths"."/icas/check/massive".post.parameters[0].type |= "file"' ./openapi
jq '."paths"."/icas/massive".post.parameters[0].type |= "file"' ./openapi/swagger.json > ./openapi/swagger.json.temp && mv ./openapi/swagger.json.temp ./openapi/swagger.json
jq '."paths"."/creditorinstitutions/ibans/csv".post.parameters[0].type |= "file"' ./openapi/swagger.json > ./openapi/swagger.json.temp && mv ./openapi/swagger.json.temp ./openapi/swagger.json
jq '."paths"."/creditorinstitutions/ibans".post.parameters[0].type |= "file"' ./openapi/swagger.json > ./openapi/swagger.json.temp && mv ./openapi/swagger.json.temp ./openapi/swagger.json
jq '."paths"."/creditorinstitutions/cbill".post.parameters[0].type |= "file"' ./openapi/swagger.json > ./openapi/swagger.json.temp && mv ./openapi/swagger.json.temp ./openapi/swagger.json

kill %% || true
Loading

0 comments on commit bdfa6e6

Please sign in to comment.