Updated the Request

This commit is contained in:
Azeez Muibi
2025-03-24 18:01:27 +01:00
parent 29ce3f8fbc
commit 129efaa98e
-34
View File
@@ -99,22 +99,6 @@
"url": "https://www.simbrellang.net"
}
},
{
"name": "RevokeEnableConsent",
"description": "Revoke Enable Consent Request",
"externalDocs": {
"description": "Find out more",
"url": "https://www.simbrellang.net"
}
},
{
"name": "TokenValidation",
"description": "Token Validation",
"externalDocs": {
"description": "Find out more",
"url": "https://www.simbrellang.net"
}
},
{
"name": "LienCheck",
"description": "Lien Check",
@@ -179,12 +163,6 @@
"/PenalCharge": {
"$ref": "./paths/PenalCharge.json"
},
"/RevokeEnableConsent": {
"$ref": "./paths/RevokeEnableConsent.json"
},
"/TokenValidation": {
"$ref": "./paths/TokenValidation.json"
},
"/LienCheck": {
"$ref": "./paths/LienCheck.json"
},
@@ -254,18 +232,6 @@
"PenalChargeResponse": {
"$ref": "./schemas/PenalChargeResponse.json"
},
"RevokeEnableConsentRequest": {
"$ref": "./schemas/RevokeEnableConsentRequest.json"
},
"RevokeEnableConsentResponse": {
"$ref": "./schemas/RevokeEnableConsentResponse.json"
},
"TokenValidationRequest": {
"$ref": "./schemas/TokenValidationRequest.json"
},
"TokenValidationResponse": {
"$ref": "./schemas/TokenValidationResponse.json"
},
"NewTransactionCheckRequest": {
"$ref": "./schemas/NewTransactionCheckRequest.json"
},