mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-14 16:18:59 -06:00
There was really no reason to go with "Messages" as far as the vocabulary of the Groupware API goes, since the objects those APIs serve are "Emails", to stick with the wording of the JMAP specification.
44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
servers:
|
|
- url: https://localhost:9200/
|
|
description: Local Development Server
|
|
tags:
|
|
- name: bootstrap
|
|
x-displayName: Bootstrapping
|
|
description: Initialization APIs
|
|
- name: account
|
|
x-displayName: Accounts
|
|
description: APIs for accounts
|
|
- name: identity
|
|
x-displayName: Identities
|
|
description: APIs for identities
|
|
- name: mailbox
|
|
x-displayName: Mailboxes
|
|
description: APIs that pertain to mailboxes
|
|
- name: email
|
|
x-displayName: Emails
|
|
description: APIs about emails
|
|
- name: vacation
|
|
x-displayName: Vacation Responses
|
|
description: APIs about vacation responses
|
|
x-tagGroups:
|
|
- name: Bootstrapping
|
|
tags:
|
|
- bootstrap
|
|
- name: Accounts
|
|
tags:
|
|
- account
|
|
- name: Emails
|
|
tags:
|
|
- identity
|
|
- mailbox
|
|
- email
|
|
- vacation
|
|
components:
|
|
securitySchemes:
|
|
api:
|
|
description: Authentication for API Calls
|
|
type: openIdConnect
|
|
openIdConnectUrl: https://keycloak.opencloud.test/realms/openCloud/.well-known/openid-configuration
|
|
security:
|
|
- api
|