Skip to content

Commit 658d2cd

Browse files
Update openapi_backoffice_external_psp.json
removed health-check api
1 parent b3bcc7e commit 658d2cd

File tree

1 file changed

+0
-59
lines changed

1 file changed

+0
-59
lines changed

openapi/openapi_backoffice_external_psp.json

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -160,69 +160,10 @@
160160
}
161161
}
162162
}
163-
},
164-
"/info": {
165-
"get": {
166-
"tags": [
167-
"Home"
168-
],
169-
"summary": "health check",
170-
"description": "Return OK if application is started",
171-
"operationId": "healthCheck",
172-
"parameters": [
173-
{
174-
"name": "X-Request-Id",
175-
"in": "header",
176-
"description": "This header identifies the call, if not passed it is self-generated. This ID is returned in the response.",
177-
"schema": {
178-
"type": "string"
179-
}
180-
}
181-
],
182-
"responses": {
183-
"200": {
184-
"description": "OK",
185-
"headers": {
186-
"X-Request-Id": {
187-
"description": "This header identifies the call",
188-
"schema": {
189-
"type": "string"
190-
}
191-
}
192-
},
193-
"content": {
194-
"*/*": {
195-
"schema": {
196-
"$ref": "#/components/schemas/AppInfo"
197-
},
198-
"examples": {
199-
"default": {
200-
"value": null
201-
}
202-
}
203-
}
204-
}
205-
}
206-
}
207-
}
208163
}
209164
},
210165
"components": {
211166
"schemas": {
212-
"AppInfo": {
213-
"type": "object",
214-
"properties": {
215-
"environment": {
216-
"type": "string"
217-
},
218-
"name": {
219-
"type": "string"
220-
},
221-
"version": {
222-
"type": "string"
223-
}
224-
}
225-
},
226167
"CIIbansResource": {
227168
"required": [
228169
"ciFiscalCode",

0 commit comments

Comments
 (0)