Files
opencloud/services/groupware/apidoc.yml
Pascal Bleser cfd4897a5d refactor(groupware): rename "Messages" to "Email" everywhere
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.
2026-02-04 09:40:20 +01:00

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