Skip to content

Commit

Permalink
Fix responses in get organisation
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Oct 12, 2023
1 parent cc8b165 commit bedb3e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ paths:
application/json:
schema:
properties:
Organization:
organisation:
required:
- name
- location
Expand All @@ -1467,6 +1467,8 @@ paths:
type: string
name:
type: string
description:
type: string
location:
type: string
policyUrl:
Expand All @@ -1480,7 +1482,7 @@ paths:
logoImageUrl:
type: string
required:
- Organization
- organisation
type: object
description: OK
security:
Expand Down
2 changes: 2 additions & 0 deletions openapi/v2023.8.2/definitions/Organisation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ properties:
type: string
name:
type: string
description:
type: string
location:
type: string
policyUrl:
Expand Down
4 changes: 2 additions & 2 deletions openapi/v2023.8.2/paths/getOrganisation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ responses:
application/json:
schema:
properties:
Organization:
organisation:
$ref: ../definitions/Organisation.yaml
required:
- Organization
- organisation
type: object
description: OK
security:
Expand Down

0 comments on commit bedb3e0

Please sign in to comment.