Updated Swagger Documentation

This commit is contained in:
Azeez Muibi
2025-03-24 15:15:31 +01:00
parent 67dfc32e4a
commit 9684d6dd29
56 changed files with 1344 additions and 349 deletions
+10 -13
View File
@@ -3,11 +3,11 @@
"tags": [
"SelectOffer"
],
"summary": "This method is used the send the offer the customer selected to Simbrella ",
"description": "This method is used the send the offer the customer selected to Simbrella",
"operationId": "startEligibilityCheck",
"summary": "Send the offer the customer selected to Simbrella",
"description": "This method is used to send the offer the customer selected to Simbrella",
"operationId": "selectOffer",
"requestBody": {
"description": "Post JSON to conduct eligibility tests",
"description": "Customer selected offer details",
"content": {
"application/json": {
"schema": {
@@ -44,21 +44,18 @@
}
},
"400": {
"description": "Invalid ID supplied"
"description": "Invalid request parameters"
},
"404": {
"description": "Offers not found"
"401": {
"description": "Authentication failed"
},
"422": {
"description": "Validation exception"
"500": {
"description": "Internal server error"
}
},
"security": [
{
"petstore_auth": [
"write:pets",
"read:pets"
]
"basic_auth": []
}
]
}