Skip to content

Commit

Permalink
doc-config-descriptions-edit validation fix7
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaFlinn authored and oscerd committed Jul 12, 2022
1 parent 1349dae commit 95355aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kamelets/slack-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
example: "#myroom"
token:
title: Token
description: The Bot User OAuth Access Token to access Slack. A Slack app that has the following permissions is required: `channels:history`, `groups:history`, `im:history`, `mpim:history`, `channels:read`, `groups:read`, `im:read`, and `mpim:read`.
description: "The Bot User OAuth Access Token to access Slack. A Slack app that has the following permissions is required: `channels:history`, `groups:history`, `im:history`, `mpim:history`, `channels:read`, `groups:read`, `im:read`, and `mpim:read`."
type: string
format: password
x-descriptors:
Expand Down
2 changes: 1 addition & 1 deletion kamelets/telegram-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
properties:
authorizationToken:
title: Token
description: The token to access your bot on Telegram. You you can obtain it from the Telegram @botfather.
description: "The token to access your bot on Telegram. You you can obtain it from the Telegram @botfather."
type: string
format: password
x-descriptors:
Expand Down
2 changes: 1 addition & 1 deletion kamelets/telegram-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
properties:
authorizationToken:
title: Token
description: The token to access your bot on Telegram. You you can obtain it from the Telegram @botfather.
description: "The token to access your bot on Telegram. You you can obtain it from the Telegram @botfather."
type: string
format: password
x-descriptors:
Expand Down

0 comments on commit 95355aa

Please sign in to comment.