{% extends 'layouts/api-accordion-child'      %}
{% set admin  = True                          %}
{% set id     = "blacklist_export"            %}
{% set title  = "/api/admin/blacklist/export" %}
{% set method = "GET"                         %}


{% block desc %}
See <a data-toggle="collapse" data-parent="#api_links" href="#blacklist">/api/admin/blacklist</a>
{% endblock %}

{% block output %}
[
  {
    "id": "iphone_os",
    "type": "targetsoftware"
  },
  {
    "id": "cpe:2.3:o:apple",
    "type": "cpe"
  },
  {
    "id": "cpe:2.3:o:microsoft:windows_xp",
    "type": "cpe"
  }
]
{% endblock %}
