Skip to content

Commit

Permalink
Add #10 Add service read organisation endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
albinpa authored and georgepadayatti committed Oct 25, 2023
1 parent f116b77 commit 85a1d51
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
21 changes: 21 additions & 0 deletions openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3268,6 +3268,27 @@ paths:
x-specification-pii-or-sensitive: 'False'
x-specification-scenario: ''
x-specification-usecase: UC-C-PIC-A-003
/service/organisation:
get:
deprecated: false
description: Read organization
operationId: readOrganisation
responses:
'200':
content:
application/json:
schema:
properties:
organisation:
$ref: '#/paths/~1onboard~1organisation/get/responses/200/content/application~1json/schema/properties/organisation'
required:
- organisation
type: object
description: OK
security:
- BearerAuth: []
tags:
- service
/service/data-agreements:
get:
description: LIST - List active data agreements
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:
/service/idp/open-id:
get:
$ref: ./paths/serviceReadIdp.yaml
/service/organisation:
get:
$ref: ./paths/serviceReadOrganisation.yaml
/service/data-agreements:
get:
$ref: ./paths/serviceAgreementList.yaml
Expand Down
19 changes: 19 additions & 0 deletions openapi/v2023.8.2/paths/serviceReadOrganisation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
deprecated: false
description: Read organization
operationId: serviceReadOrganisation
responses:
'200':
content:
application/json:
schema:
properties:
organisation:
$ref: ../definitions/Organisation.yaml
required:
- organisation
type: object
description: OK
security:
- BearerAuth: []
tags:
- service

0 comments on commit 85a1d51

Please sign in to comment.