{extends "idf/admin/base.html"} {block docclass}yui-t3{assign $inDownloads = true}{/block} {block body}
{/block} {block context}Instructions:
List one status value per line in desired sort-order.
Optionally, use an equals-sign to document the meaning of each status value.
{/blocktrans}The webhook URL setting specifies an URL to which a HTTP PUT request is sent after a new download has been added or to which a HTTP POST request is sent after an existing download has been updated. If this field is empty, notifications are disabled.
Only properly-escaped HTTP URLs are supported, for example:
http://domain.com/upload
http://domain.com/upload?my%20param
In addition, the URL may contain the following "%" notation, which will be replaced with specific project values for each download:
%p
- project name%d
- download idFor example, updating download 123 of project 'my-project' with
web hook URL http://mydomain.com/%p/%d
would send a POST request to
http://mydomain.com/my-project/123
.