Skip to content
Snippets Groups Projects
Commit ab005844 authored by Victor Ekholt Gunrell Kaste's avatar Victor Ekholt Gunrell Kaste
Browse files

feat: updated spec file.

parent 81764480
Branches feat/redesign-roadmap2
No related tags found
1 merge request!88Feat/redesign roadmap2
Pipeline #283726 passed with warnings
......@@ -411,21 +411,21 @@
}
],
"responses": {
"403": {
"description": "Insufficient points to purchase the item",
"201": {
"description": "Item purchased and added to inventory successfully",
"content": {
"application/json": {
"schema": {
"type": "string"
}
}
}
},
"201": {
"description": "Item purchased and added to inventory successfully",
"403": {
"description": "Insufficient points to purchase the item",
"content": {
"application/json": {
"schema": {
"type": "string"
}
}
}
}
......@@ -867,8 +867,8 @@
}
}
},
"401": {
"description": "Invalid credentials",
"404": {
"description": "User not found",
"content": {
"application/json": {
"schema": {
......@@ -877,8 +877,8 @@
}
}
},
"404": {
"description": "User not found",
"401": {
"description": "Invalid credentials",
"content": {
"application/json": {
"schema": {
......@@ -1590,23 +1590,23 @@
}
],
"responses": {
"200": {
"description": "Successfully retrieved the image",
"404": {
"description": "Image not found",
"content": {
"*/*": {
"schema": {
"type": "string",
"format": "binary"
"$ref": "#/components/schemas/ExceptionResponse"
}
}
}
},
"404": {
"description": "Image not found",
"200": {
"description": "Successfully retrieved the image",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/ExceptionResponse"
"type": "string",
"format": "binary"
}
}
}
......@@ -2456,10 +2456,10 @@
"subscriptionLevel": {
"type": "string"
},
"checkingAccountBBAN": {
"checkingAccount": {
"$ref": "#/components/schemas/BankAccountResponseDTO"
},
"savingsAccountBBAN": {
"savingsAccount": {
"$ref": "#/components/schemas/BankAccountResponseDTO"
},
"point": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment