瀏覽代碼

fix wrong json parameter

fixes HTTP 400 Error: "{\"errcode\":\"M_MISSING_PARAM\",\"error\":\"Missing key 'avatar_url'\"}"
pull/885/head
Marcus 5 年之前
committed by GitHub
父節點
當前提交
d5f2d99ac7
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      docs/configuring-playbook-bridge-appservice-webhooks.md

+ 2
- 2
docs/configuring-playbook-bridge-appservice-webhooks.md 查看文件

@@ -45,7 +45,7 @@ matrix_appservice_webhooks_log_level: '<log_level>'
"text": "Hello world!", "text": "Hello world!",
"format": "plain", "format": "plain",
"displayName": "My Cool Webhook", "displayName": "My Cool Webhook",
"avatarUrl": "http://i.imgur.com/IDOBtEJ.png"
"avatar_url": "http://i.imgur.com/IDOBtEJ.png"
} }
``` ```


@@ -57,7 +57,7 @@ curl --header "Content-Type: application/json" \
"text": "Hello world!", "text": "Hello world!",
"format": "plain", "format": "plain",
"displayName": "My Cool Webhook", "displayName": "My Cool Webhook",
"avatarUrl": "http://i.imgur.com/IDOBtEJ.png"
"avatar_url": "http://i.imgur.com/IDOBtEJ.png"
}' \ }' \
<the link you've gotten in 5.> <the link you've gotten in 5.>
``` ```

Loading…
取消
儲存