Skip to content

Commit

Permalink
Add #13 Add read status endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
albinpa authored and georgepadayatti committed Oct 26, 2023
1 parent eda8792 commit 115882f
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 2 deletions.
26 changes: 25 additions & 1 deletion openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3246,6 +3246,30 @@ paths:
deprecated: false
security:
- BearerAuth: []
/onboard/status:
get:
deprecated: false
description: READ - Read status
operationId: onboardReadStatus
responses:
'200':
content:
application/json:
schema:
properties:
applicationMode:
type: string
version:
type: string
candidate:
type: string
revision:
type: string
description: OK
security:
- BearerAuth: []
tags:
- onboard
/service/organisation/coverimage:
get:
deprecated: false
Expand Down Expand Up @@ -3323,7 +3347,7 @@ paths:
get:
deprecated: false
description: Read organization
operationId: readOrganisation
operationId: serviceReadOrganisation
responses:
'200':
content:
Expand Down
3 changes: 3 additions & 0 deletions openapi/v2023.8.2/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@ paths:
/onboard/verify/phone:
post:
$ref: ./paths/verifyPhone.yaml
/onboard/status:
get:
$ref: ./paths/onboardReadStatus.yaml
/service/organisation/coverimage:
get:
$ref: ./paths/serviceReadOrganisationCoverImage.yaml
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.8.2/paths/configReadPrivacyDashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ responses:
application/json:
schema:
properties:
hostName:
hostname:
type: string
version:
type: string
Expand Down
22 changes: 22 additions & 0 deletions openapi/v2023.8.2/paths/onboardReadStatus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
deprecated: false
description: READ - Read status
operationId: onboardReadStatus
responses:
"200":
content:
application/json:
schema:
properties:
applicationMode:
type: string
version:
type: string
candidate:
type: string
revision:
type: string
description: OK
security:
- BearerAuth: []
tags:
- onboard

0 comments on commit 115882f

Please sign in to comment.