Commit 27598fc5 by Alec Perkins

Missing status code in .txt version of API

parent 9ded9d23
......@@ -2,7 +2,7 @@
{{ description }}
HTTP {{ response.status }} {{ response.status_text }}
HTTP {{ response.status_code }} {{ response.status_text }}
{% for key, val in response.headers.items %}{{ key }}: {{ val }}
{% endfor %}
{{ content }}{% endautoescape %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment