Skip to content

Commit

Permalink
openapi spec update to be more accurate (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
ole4ryb authored Dec 7, 2024
1 parent 06d0ad4 commit 0bdab77
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions gp2gp_adaptor_response_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
title: OpenAPI definition
version: v0
servers:
- url: http://localhost:8080/api
- url: http://localhost:8080
description: Generated server url
paths:
/requests:
Expand Down Expand Up @@ -73,7 +73,7 @@ paths:
/ehr-resend/{conversationId}:
post:
tags:
- Ehr resend controller
- Ehr Status send / resend controller
summary: Schedule Ehr Extract Resend
description: Schedule Ehr Extract Resend
operationId: scheduleEhrExtractResend
Expand Down Expand Up @@ -101,7 +101,7 @@ paths:
/ehr-status/{conversationId}:
get:
tags:
- Ehr Status controller
- Ehr Status send / resend controller
operationId: getEhrStatus
parameters:
- name: conversationId
Expand Down Expand Up @@ -202,6 +202,34 @@ paths:
originalRequestDate: "2023-07-24T09:38:50.947Z"
fromAsid: "918999198738"
toAsid: "200000000359"
/healthcheck:
get:
tags:
- Admin
summary: "Healthcheck"
description: "Provides the status of the application health."
responses:
'200':
description: "Application is healthy"
content:
application/json:
schema:
type: object
properties:
status:
type: string
example: "UP"
'503':
description: "Application is unhealthy"
content:
application/json:
schema:
type: object
properties:
status:
type: string
example: "DOWN"

components:
schemas:
AckHistory:
Expand Down

0 comments on commit 0bdab77

Please sign in to comment.