1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-08 19:22:29 +01:00

Fix typo in API docs -- response type defaults to plain_text

This commit is contained in:
Chaoyi Zha 2016-08-09 09:53:14 -07:00 committed by GitHub
parent 7af7e7ff20
commit fe3dd766e7

View File

@ -27,7 +27,7 @@ See [API endpoints](#api-endpoints) for more information on the actions.
## Response Type
The Polr API will reply in `plain_text` or `json`. The response type can be
set by providing the `response_type` argument to the request. If not provided,
the response type will default to `json`.
the response type will default to `plain_text`.
Example `json` responses:
```