Skip to content

Commit

Permalink
Fix duplicate wording (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1983 authored and begriffs committed Mar 27, 2017
1 parent 0f87137 commit 27bcd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Note that the larger the table the slower this query runs in the database. The s
Response Format
---------------

PostgREST uses proper HTTP content negotiation (`RFC7231 <https://tools.ietf.org/html/rfc7231#section-5.3>`_) to deliver the desired representation of a resource. That is to say the same API endpoint can respond respond in different formats like JSON or CSV depending on the client request.
PostgREST uses proper HTTP content negotiation (`RFC7231 <https://tools.ietf.org/html/rfc7231#section-5.3>`_) to deliver the desired representation of a resource. That is to say the same API endpoint can respond in different formats like JSON or CSV depending on the client request.

Use the Accept request header to specify the acceptable format (or formats) for the response:

Expand Down

0 comments on commit 27bcd80

Please sign in to comment.