Skip to content

Commit

Permalink
Issue-981: Improve narrative for chatId.
Browse files Browse the repository at this point in the history
  • Loading branch information
manstis authored and oscerd committed Feb 23, 2023
1 parent 1414075 commit ac35ff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kamelets/telegram-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ spec:
- `chat-id` / `ce-chatid`: overrides the default chat where messages are sent to
required:
- authorizationToken
- chatId
type: object
properties:
authorizationToken:
Expand All @@ -59,7 +60,7 @@ spec:
- urn:camel:group:credentials
chatId:
title: Chat ID
description: The Chat ID to where you want to send messages by default.
description: The Chat ID to where you want to send messages by default. Optional if the `chat-id` / `ce-chatid` header is used.
type: string
types:
out:
Expand Down

0 comments on commit ac35ff5

Please sign in to comment.