GET POST - Allowed HTTP methods. - Missing docstring. - Chained.
Note: If your site uses Basic HTTP Authentication, add -u USERNAME:PASSWORD to each curl request.
{% for action in data.actions %}

{% if action.docstring %}
{{ action.docstring }}
{% else %}

Missing docstring for this Action.

{% endif %} {% if action.curl_examples %}
cURL Examples
{% for example in action.curl_examples %}
{{ example.method }}
{{ example.curl }}
{% endfor %}
{% endif %}
{% endfor %}