From 27bcd8074ff4a5cd1e273d54f28e4e1afa16f9ca Mon Sep 17 00:00:00 2001 From: Dan Kamenov Date: Sun, 26 Mar 2017 21:26:14 -0600 Subject: [PATCH] Fix duplicate wording (#48) --- api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.rst b/api.rst index 29fc3e111..56c97991b 100644 --- a/api.rst +++ b/api.rst @@ -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 `_) 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 `_) 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: