mirror of
https://github.com/thegeeklab/drone-matrix.git
synced 2024-11-22 10:20:39 +00:00
commit e1397811b0
Author: Robert Kaussow <mail@thegeeklab.de> Date: Sun May 29 22:22:48 2022 +0200 adjust wording of the help texts
This commit is contained in:
parent
b389a434f2
commit
caeb0b7c99
@ -1,22 +1,22 @@
|
|||||||
---
|
---
|
||||||
properties:
|
properties:
|
||||||
username:
|
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
|
type: string
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
password:
|
password:
|
||||||
description: The authentication password.
|
description: Authentication password.
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
user_id:
|
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
|
type: string
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
access_token:
|
access_token:
|
||||||
description: The authentication access token.
|
description: Authentication access token.
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
@ -27,12 +27,12 @@ properties:
|
|||||||
required: false
|
required: false
|
||||||
|
|
||||||
roomid:
|
roomid:
|
||||||
description: The Room ID to send messages to.
|
description: Room ID to send messages to.
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
template:
|
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 }}
|
defaultValue: build {{ build.status }} [{{ repo.owner }}/{{ repo.name }}#{{ truncate build.commit 8 }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user