{% extends 'layouts/api-accordion-child'      %}
{% set admin  = True                          %}
{% set id     = "whitelist_import"            %}
{% set title  = "/api/admin/whitelist/import" %}
{% set method = "PUT"                         %}


{% block desc %}
Imports the whitelist. The whitelist data should be of the same format as the output of
 <a data-toggle="collapse" data-parent="#api_links" href="#whitelist">/api/admin/whitelist</a>
 and should be put in the request body.
{% endblock %}

{% block output %}
null
{% endblock %}
