From c226cabc048a4e33e956346523e4605e85979d08 Mon Sep 17 00:00:00 2001 From: Thomas Balthazar Date: Tue, 31 May 2016 16:51:28 +0200 Subject: PLT-2170 Send payload in application/json for outgoing webhooks (#3160) * Send payload in application/json for outgoing webhooks The Add outgoing webhook UI now has a 'Content-Type' field that allows to choose between application/x-www-form-urlencoded and application/json. All outgoing webhooks created before this change will be considered as x-www-form-urlencoded. There's also a minor change in the way the outgoing webhook summary is displayed: the 'Callback URLs' label was missing. * Fix JS formatting errors * Increase ContentType field length to 128 --- webapp/sass/routes/_backstage.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/sass/routes/_backstage.scss') diff --git a/webapp/sass/routes/_backstage.scss b/webapp/sass/routes/_backstage.scss index 716d07a4c..f9754f16d 100644 --- a/webapp/sass/routes/_backstage.scss +++ b/webapp/sass/routes/_backstage.scss @@ -220,6 +220,7 @@ body { } .item-details__description, + .item-details__content_type, .item-details__token, .item-details__trigger-words, .item-details__url, -- cgit v1.2.3-1-g7c22