{extends "idf/admin/base.html"} {block docclass}yui-t3{assign $inDownloads = true}{/block} {block body}
{$form.f.labels_download_predefined.labelTag}:
{if $form.f.labels_download_predefined.errors}{$form.f.labels_download_predefined.fieldErrors}{/if} {$form.f.labels_download_predefined|unsafe}
{$form.f.labels_download_one_max.labelTag}:
{if $form.f.labels_download_one_max.errors}{$form.f.labels_download_one_max.fieldErrors}{/if} {$form.f.labels_download_one_max|unsafe}
{$form.f.upload_webhook_url.labelTag}:
{if $form.f.upload_webhook_url.errors}{$form.f.upload_webhook_url.fieldErrors}{/if} {$form.f.upload_webhook_url|unsafe}
{trans 'Web-Hook authentication key:'} {$hookkey}
{/block} {block context}
{blocktrans}

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}
{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:

In addition, the URL may contain the following "%" notation, which will be replaced with specific project values for each download:

For 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.

{/blocktrans}
{/block}