add services.yaml description for matrix service (#29159)

pull/29140/head^2
Raman Gupta 2019-11-27 12:15:15 -05:00 committed by Pascal Vizeli
parent b274fcba05
commit 82fe409961
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
send_message:
description: Send message to target room(s)
fields:
message:
description: The message to be sent
example: 'This is a message I am sending to matrix'
target:
description: A list of room(s) to send the message to
example: '#hasstest:matrix.org'