Skip to content

Commit

Permalink
fix: fix openapi_v001.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandra-bel authored and andreibogus committed May 28, 2024
1 parent ff2012c commit 1910e88
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions docs/openapi_v001.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,7 @@
},
"version": "0.0.1"
},
"servers": [
{
"url": "http://localhost:8000",
"description": "Generated server url"
}
],
"security": [
{
"Authenticate using access_token": []
},
{
"sts_token": []
}
],
"servers": [],
"paths": {
"/api/wallets": {
"get": {
Expand Down Expand Up @@ -1129,6 +1116,7 @@
"required": false,
"schema": {
"type": "array",
"maxItems": 100,
"items": {
"type": "string"
}
Expand Down Expand Up @@ -1955,6 +1943,7 @@
"required": false,
"schema": {
"type": "array",
"maxItems": 100,
"items": {
"type": "string"
}
Expand Down Expand Up @@ -3955,6 +3944,7 @@
},
"allowedVehicleBrands": {
"uniqueItems": true,
"maxItems": 100,
"type": "array",
"items": {
"type": "string"
Expand Down

0 comments on commit 1910e88

Please sign in to comment.