Fix incorrect yaml in hangouts (#17169)
This commit is contained in:
parent
1061c369f1
commit
5e7d4a57a3
1 changed files with 1 additions and 2 deletions
|
@ -12,5 +12,4 @@ send_message:
|
|||
example: '[{"text":"test", "is_bold": false, "is_italic": false, "is_strikethrough": false, "is_underline": false, "parse_str": false, "link_target": "http://google.com"}, ...]'
|
||||
data:
|
||||
description: Other options ['image_file' / 'image_url']
|
||||
example: '{ "image_file": "file" }' or '{ "image_url": "url" }'
|
||||
|
||||
example: '{ "image_file": "file" } or { "image_url": "url" }'
|
||||
|
|
Loading…
Add table
Reference in a new issue