From cc8b165e1d6cab456235a071f081c26af06fe64d Mon Sep 17 00:00:00 2001 From: George J Padayatti Date: Wed, 11 Oct 2023 17:19:32 +0530 Subject: [PATCH] Upd: camelCase and remove organizationId from path Signed-off-by: George J Padayatti --- openapi/v2023.8.2/bundled.yaml | 26 +++++-------------- .../v2023.8.2/definitions/Organisation.yaml | 2 +- openapi/v2023.8.2/paths/refreshToken.yaml | 8 +++--- .../v2023.8.2/paths/updateOrganisation.yaml | 10 ++----- .../paths/updateOrganisationLogoImage.yaml | 6 ----- 5 files changed, 14 insertions(+), 38 deletions(-) diff --git a/openapi/v2023.8.2/bundled.yaml b/openapi/v2023.8.2/bundled.yaml index 1b74ad6..f89b63c 100644 --- a/openapi/v2023.8.2/bundled.yaml +++ b/openapi/v2023.8.2/bundled.yaml @@ -1469,7 +1469,7 @@ paths: type: string location: type: string - policyurl: + policyUrl: type: string coverImageId: type: string @@ -1491,12 +1491,6 @@ paths: deprecated: false description: Update organization operationId: updateOrganisation - parameters: - - in: path - name: organizationId - required: true - schema: - type: string requestBody: content: application/json: @@ -1508,13 +1502,13 @@ paths: type: string name: type: string - policyurl: + policyUrl: type: string required: - name - location - description - - policyurl + - policyUrl type: object required: true responses: @@ -1589,12 +1583,6 @@ paths: deprecated: false description: Update organization logo image operationId: updateOrganisationLogoImage - parameters: - - in: path - name: organizationId - required: true - schema: - type: string requestBody: content: multipart/form-data: @@ -1638,13 +1626,13 @@ paths: application/json: schema: properties: - clientid: + clientId: type: string - refreshtoken: + refreshToken: type: string required: - - refreshtoken - - clientid + - refreshToken + - clientId type: object required: true responses: diff --git a/openapi/v2023.8.2/definitions/Organisation.yaml b/openapi/v2023.8.2/definitions/Organisation.yaml index 0858f25..40b0392 100644 --- a/openapi/v2023.8.2/definitions/Organisation.yaml +++ b/openapi/v2023.8.2/definitions/Organisation.yaml @@ -11,7 +11,7 @@ properties: type: string location: type: string - policyurl: + policyUrl: type: string coverImageId: type: string diff --git a/openapi/v2023.8.2/paths/refreshToken.yaml b/openapi/v2023.8.2/paths/refreshToken.yaml index 7434100..de97c7b 100644 --- a/openapi/v2023.8.2/paths/refreshToken.yaml +++ b/openapi/v2023.8.2/paths/refreshToken.yaml @@ -7,13 +7,13 @@ requestBody: application/json: schema: properties: - clientid: + clientId: type: string - refreshtoken: + refreshToken: type: string required: - - refreshtoken - - clientid + - refreshToken + - clientId type: object required: true responses: diff --git a/openapi/v2023.8.2/paths/updateOrganisation.yaml b/openapi/v2023.8.2/paths/updateOrganisation.yaml index feba445..ad49c18 100644 --- a/openapi/v2023.8.2/paths/updateOrganisation.yaml +++ b/openapi/v2023.8.2/paths/updateOrganisation.yaml @@ -1,12 +1,6 @@ deprecated: false description: Update organization operationId: updateOrganisation -parameters: -- in: path - name: organizationId - required: true - schema: - type: string requestBody: content: application/json: @@ -18,13 +12,13 @@ requestBody: type: string name: type: string - policyurl: + policyUrl: type: string required: - name - location - description - - policyurl + - policyUrl type: object required: true responses: diff --git a/openapi/v2023.8.2/paths/updateOrganisationLogoImage.yaml b/openapi/v2023.8.2/paths/updateOrganisationLogoImage.yaml index fcddd27..e4d2c0e 100644 --- a/openapi/v2023.8.2/paths/updateOrganisationLogoImage.yaml +++ b/openapi/v2023.8.2/paths/updateOrganisationLogoImage.yaml @@ -1,12 +1,6 @@ deprecated: false description: Update organization logo image operationId: updateOrganisationLogoImage -parameters: -- in: path - name: organizationId - required: true - schema: - type: string requestBody: content: multipart/form-data: