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:
parent
7af7e7ff20
commit
fe3dd766e7
@ -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:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user