From bedb3e0a92a0c9e92949eae6c971306a56bd72a1 Mon Sep 17 00:00:00 2001 From: George J Padayatti Date: Thu, 12 Oct 2023 14:36:04 +0530 Subject: [PATCH] Fix responses in get organisation Signed-off-by: George J Padayatti --- openapi/v2023.8.2/bundled.yaml | 6 ++++-- openapi/v2023.8.2/definitions/Organisation.yaml | 2 ++ openapi/v2023.8.2/paths/getOrganisation.yaml | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/openapi/v2023.8.2/bundled.yaml b/openapi/v2023.8.2/bundled.yaml index f89b63c..26adbf4 100644 --- a/openapi/v2023.8.2/bundled.yaml +++ b/openapi/v2023.8.2/bundled.yaml @@ -1455,7 +1455,7 @@ paths: application/json: schema: properties: - Organization: + organisation: required: - name - location @@ -1467,6 +1467,8 @@ paths: type: string name: type: string + description: + type: string location: type: string policyUrl: @@ -1480,7 +1482,7 @@ paths: logoImageUrl: type: string required: - - Organization + - organisation type: object description: OK security: diff --git a/openapi/v2023.8.2/definitions/Organisation.yaml b/openapi/v2023.8.2/definitions/Organisation.yaml index 40b0392..c5087bc 100644 --- a/openapi/v2023.8.2/definitions/Organisation.yaml +++ b/openapi/v2023.8.2/definitions/Organisation.yaml @@ -9,6 +9,8 @@ properties: type: string name: type: string + description: + type: string location: type: string policyUrl: diff --git a/openapi/v2023.8.2/paths/getOrganisation.yaml b/openapi/v2023.8.2/paths/getOrganisation.yaml index 7fb5736..ce62bf9 100644 --- a/openapi/v2023.8.2/paths/getOrganisation.yaml +++ b/openapi/v2023.8.2/paths/getOrganisation.yaml @@ -7,10 +7,10 @@ responses: application/json: schema: properties: - Organization: + organisation: $ref: ../definitions/Organisation.yaml required: - - Organization + - organisation type: object description: OK security: