Skip to content

Commit

Permalink
Upd: camelCase and remove organizationId from path
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 11, 2023
1 parent 7308910 commit cc8b165
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 38 deletions.
26 changes: 7 additions & 19 deletions openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ paths:
type: string
location:
type: string
policyurl:
policyUrl:
type: string
coverImageId:
type: string
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.8.2/definitions/Organisation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ properties:
type: string
location:
type: string
policyurl:
policyUrl:
type: string
coverImageId:
type: string
Expand Down
8 changes: 4 additions & 4 deletions openapi/v2023.8.2/paths/refreshToken.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 2 additions & 8 deletions openapi/v2023.8.2/paths/updateOrganisation.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down
6 changes: 0 additions & 6 deletions openapi/v2023.8.2/paths/updateOrganisationLogoImage.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit cc8b165

Please sign in to comment.