Yet again.

This commit is contained in:
Kumi 2020-09-04 22:16:10 +02:00
parent fd75fd77ff
commit 48087056b5
2 changed files with 9 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -47,10 +47,6 @@ components:
properties:
key:
type: string
description: >
Key of the config setting
* `noconversion` - Do not automatically convert HTML to plain text if no plain text message is explicitly given
* `ignoredlfails` - If an attachment fails to download, just leave it out and continue processing the message
Placeholder:
type: object
required:
@ -141,7 +137,10 @@ components:
$ref: '#/components/schemas/Placeholder'
config:
type: array
description: 'Array of `Config` keys to change the default behaviour'
description: >
Array of `Config` keys to change the default behaviour
* `noconversion` - Do not automatically convert HTML to plain text if no plain text message is explicitly given
* `ignoredlfails` - If an attachment fails to download, just leave it out and continue processing the message
items:
$ref: '#/components/schemas/Config'
key: