Adding edit of incoming webhook (#5272)

Adding edit of outgoing webhook
Fixing spelling of error
Fixing style
Changing from PUT to POST for updates
Fixing test failures due to merge
Этот коммит содержится в:
Poornima
2017-02-27 00:18:20 +05:30
коммит произвёл Joram Wilander
родитель c0bb6f99f8
Коммит 19b753467d
35 изменённых файлов: 1939 добавлений и 763 удалений

Просмотреть файл

@@ -2684,7 +2684,7 @@
"translation": "teamId=%v用のチームハブを停止しています"
},
{
"id": "api.webhook.create_incoming.disabled.app_errror",
"id": "api.webhook.create_incoming.disabled.app_error",
"translation": "内向きのウェブフックはシステム管理者によって無効にされています。"
},
{
@@ -2708,11 +2708,11 @@
"translation": "trigger_wordsまたはchannel_idを設定してください"
},
{
"id": "api.webhook.delete_incoming.disabled.app_errror",
"id": "api.webhook.delete_incoming.disabled.app_error",
"translation": "内向きのウェブフックはシステム管理者によって無効にされています。"
},
{
"id": "api.webhook.delete_incoming.permissions.app_errror",
"id": "api.webhook.delete_incoming.permissions.app_error",
"translation": "内向きのウェブフックを削除するのに十分な権限が付与されていません"
},
{