Skip to content

Commit b3bcc7e

Browse files
Update openapi_backoffice_external_ec.json
removed health-check api
1 parent 0af6a36 commit b3bcc7e

File tree

1 file changed

+0
-59
lines changed

1 file changed

+0
-59
lines changed

openapi/openapi_backoffice_external_ec.json

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -218,51 +218,6 @@
218218
}
219219
}
220220
},
221-
"/info": {
222-
"get": {
223-
"tags": [
224-
"Home"
225-
],
226-
"summary": "health check",
227-
"description": "Return OK if application is started",
228-
"operationId": "healthCheck",
229-
"parameters": [
230-
{
231-
"name": "X-Request-Id",
232-
"in": "header",
233-
"description": "This header identifies the call, if not passed it is self-generated. This ID is returned in the response.",
234-
"schema": {
235-
"type": "string"
236-
}
237-
}
238-
],
239-
"responses": {
240-
"200": {
241-
"description": "OK",
242-
"headers": {
243-
"X-Request-Id": {
244-
"description": "This header identifies the call",
245-
"schema": {
246-
"type": "string"
247-
}
248-
}
249-
},
250-
"content": {
251-
"*/*": {
252-
"schema": {
253-
"$ref": "#/components/schemas/AppInfo"
254-
},
255-
"examples": {
256-
"default": {
257-
"value": null
258-
}
259-
}
260-
}
261-
}
262-
}
263-
}
264-
}
265-
},
266221
"/brokers/{brokerCode}/ibans": {
267222
"get": {
268223
"tags": [
@@ -459,20 +414,6 @@
459414
},
460415
"components": {
461416
"schemas": {
462-
"AppInfo": {
463-
"type": "object",
464-
"properties": {
465-
"environment": {
466-
"type": "string"
467-
},
468-
"name": {
469-
"type": "string"
470-
},
471-
"version": {
472-
"type": "string"
473-
}
474-
}
475-
},
476417
"BrokerInstitutionResource": {
477418
"required": [
478419
"auxDigit",

0 commit comments

Comments
 (0)