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: