Add periods to ntfy config descriptions.

This commit is contained in:
Dan Helfman 2022-06-10 09:42:41 -07:00
parent dc4e7093e5
commit f2c2f3139e
1 changed files with 13 additions and 13 deletions

View File

@ -908,13 +908,13 @@ properties:
topic: topic:
type: string type: string
description: | description: |
The topic to publish to The topic to publish to.
(https://ntfy.sh/docs/publish/) (https://ntfy.sh/docs/publish/)
example: topic example: topic
server: server:
type: string type: string
description: | description: |
The address of your self-hosted ntfy.sh installation The address of your self-hosted ntfy.sh instance.
example: https://ntfy.your-domain.com example: https://ntfy.your-domain.com
start: start:
type: object type: object
@ -927,17 +927,17 @@ properties:
message: message:
type: string type: string
description: | description: |
The message body to publish The message body to publish.
example: Your backups have failed. example: Your backups have failed.
priority: priority:
type: string type: string
description: | description: |
The priority to set The priority to set.
example: urgent example: urgent
tags: tags:
type: string type: string
description: | description: |
Tags to attach to the message Tags to attach to the message.
example: incoming_envelope example: incoming_envelope
finish: finish:
type: object type: object
@ -945,22 +945,22 @@ properties:
title: title:
type: string type: string
description: | description: |
The title of the message The title of the message.
example: Ping! example: Ping!
message: message:
type: string type: string
description: | description: |
The message body to publish The message body to publish.
example: Your backups have failed. example: Your backups have failed.
priority: priority:
type: string type: string
description: | description: |
The priority to set The priority to set.
example: urgent example: urgent
tags: tags:
type: string type: string
description: | description: |
Tags to attach to the message Tags to attach to the message.
example: incoming_envelope example: incoming_envelope
fail: fail:
type: object type: object
@ -968,22 +968,22 @@ properties:
title: title:
type: string type: string
description: | description: |
The title of the message The title of the message.
example: Ping! example: Ping!
message: message:
type: string type: string
description: | description: |
The message body to publish The message body to publish.
example: Your backups have failed. example: Your backups have failed.
priority: priority:
type: string type: string
description: | description: |
The priority to set The priority to set.
example: urgent example: urgent
tags: tags:
type: string type: string
description: | description: |
Tags to attach to the message Tags to attach to the message.
example: incoming_envelope example: incoming_envelope
states: states:
type: array type: array