-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add #14 Add service read organisation logo and cover image endpoints
- Loading branch information
1 parent
019e915
commit eda8792
Showing
6 changed files
with
105 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
deprecated: false | ||
description: Read privacy dashboard | ||
operationId: readPrivacyDashboard | ||
responses: | ||
'200': | ||
content: | ||
application/json: | ||
schema: | ||
properties: | ||
hostName: | ||
type: string | ||
version: | ||
type: string | ||
state: | ||
type: int | ||
stateStr: | ||
type: string | ||
required: | ||
- privacydashboard | ||
type: object | ||
description: OK | ||
security: | ||
- BearerAuth: [] | ||
tags: | ||
- config |
10 changes: 10 additions & 0 deletions
10
openapi/v2023.8.2/paths/serviceReadOrganisationCoverImage.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
deprecated: false | ||
description: Read organization cover image | ||
operationId: serviceReadOrganisationCoverImage | ||
responses: | ||
'200': | ||
headers: {} | ||
security: | ||
- BearerAuth: [] | ||
tags: | ||
- service |
10 changes: 10 additions & 0 deletions
10
openapi/v2023.8.2/paths/serviceReadOrganisationLogoImage.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
deprecated: false | ||
description: Read organization logo image | ||
operationId: serviceReadOrganisationLogoImage | ||
responses: | ||
'200': | ||
headers: {} | ||
security: | ||
- BearerAuth: [] | ||
tags: | ||
- service |