From caeb0b7c99ab79b7b40acc63f0d2bf5ab53ec995 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 29 May 2022 20:25:07 +0000 Subject: [PATCH] commit e1397811b0c1d1d6400ae9983d11e46931d5df3c Author: Robert Kaussow Date: Sun May 29 22:22:48 2022 +0200 adjust wording of the help texts --- data/data.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/data.yaml b/data/data.yaml index 12466de..bf61bc6 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -1,22 +1,22 @@ --- properties: username: - description: The authentication username. If set, password is required as well. + description: Authentication username. If set, the `password` parameter is required as well. type: string required: false password: - description: The authentication password. + description: Authentication password. type: string required: false user_id: - description: The authentication user uid. If set, access token is required as well. + description: Aauthentication User ID. If set, the `access_token` parameter is required as well. type: string required: false access_token: - description: The authentication access token. + description: Authentication access token. type: string required: false @@ -27,12 +27,12 @@ properties: required: false roomid: - description: The Room ID to send messages to. + description: Room ID to send messages to. type: string required: false template: - description: Golang Template for the messages. + description: Golang template for the messages. defaultValue: build {{ build.status }} [{{ repo.owner }}/{{ repo.name }}#{{ truncate build.commit 8 }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }} type: string required: false