Skip to content

Commit

Permalink
generate openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
prasunna09 committed Oct 1, 2023
1 parent d03e0d7 commit 50d0df4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions openapi/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2911,12 +2911,10 @@
"properties": {
"blik": {
"type": "object",
"required": [
"blik_code"
],
"properties": {
"blik_code": {
"type": "string"
"type": "string",
"nullable": true
}
}
}
Expand Down

0 comments on commit 50d0df4

Please sign in to comment.