Skip to content

Commit

Permalink
Add #20 Remove coverImageId, coverImageUrl, logoImageId and logoImage…
Browse files Browse the repository at this point in the history
…Url from read organisation endpoint
  • Loading branch information
albinpa authored and georgepadayatti committed Oct 30, 2023
1 parent a0b8c95 commit 6690c25
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 72 deletions.
36 changes: 0 additions & 36 deletions openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2874,18 +2874,6 @@ paths:
policyUrl:
type: string
description: Policy Url
coverImageId:
type: string
description: Cover image Id
coverImageUrl:
type: string
description: Cover image Url
logoImageId:
type: string
description: Logo image Id
logoImageUrl:
type: string
description: Logo image Url
required:
- organisation
type: object
Expand Down Expand Up @@ -2965,18 +2953,6 @@ paths:
required: false
responses:
'200':
content:
application/json:
schema:
properties:
coverImageId:
type: string
coverImageUrl:
type: string
required:
- coverImageId
- coverImageUrl
type: object
description: OK
security:
- BearerAuth: []
Expand Down Expand Up @@ -3013,18 +2989,6 @@ paths:
required: false
responses:
'200':
content:
application/json:
schema:
properties:
logoImageId:
type: string
logoImageUrl:
type: string
required:
- logoImageId
- logoImageUrl
type: object
description: OK
security:
- BearerAuth: []
Expand Down
12 changes: 0 additions & 12 deletions openapi/v2023.8.2/definitions/Organisation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,4 @@ properties:
policyUrl:
type: string
description: Policy Url
coverImageId:
type: string
description: Cover image Id
coverImageUrl:
type: string
description: Cover image Url
logoImageId:
type: string
description: Logo image Id
logoImageUrl:
type: string
description: Logo image Url

12 changes: 0 additions & 12 deletions openapi/v2023.8.2/paths/updateOrganisationCoverImage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ requestBody:
required: false
responses:
'200':
content:
application/json:
schema:
properties:
coverImageId:
type: string
coverImageUrl:
type: string
required:
- coverImageId
- coverImageUrl
type: object
description: OK
security:
- BearerAuth: []
Expand Down
12 changes: 0 additions & 12 deletions openapi/v2023.8.2/paths/updateOrganisationLogoImage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ requestBody:
required: false
responses:
'200':
content:
application/json:
schema:
properties:
logoImageId:
type: string
logoImageUrl:
type: string
required:
- logoImageId
- logoImageUrl
type: object
description: OK
security:
- BearerAuth: []
Expand Down

0 comments on commit 6690c25

Please sign in to comment.