This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new d8f0e13  Fix method type to POST in 
/{db}/_partition/{partition_id}/_explain and /db/_partition/partition_id/_find
     new d90c3c0  Merge pull request #555 from 
mojito317/fix-get-method-type-for-partitioned-find-endpoints
d8f0e13 is described below

commit d8f0e13dde93ec5bd46085b6f9b1b024b5af9e15
Author: ildi <ildiko.ei...@ibm.com>
AuthorDate: Fri May 29 14:38:40 2020 +0200

    Fix method type to POST in /{db}/_partition/{partition_id}/_explain and 
/db/_partition/partition_id/_find
---
 src/api/partitioned-dbs.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/partitioned-dbs.rst b/src/api/partitioned-dbs.rst
index d16e745..e5ec55e 100644
--- a/src/api/partitioned-dbs.rst
+++ b/src/api/partitioned-dbs.rst
@@ -199,7 +199,7 @@ See the guide for
 ``/db/_partition/partition_id/_find``
 =====================================
 
-.. http:get:: /{db}/_partition/{partition_id}/_find
+.. http:post:: /{db}/_partition/{partition_id}/_find
     :synopsis: Query the partition specified by ``partition_id``
 
     :param db: Database name
@@ -218,7 +218,7 @@ See the guide for
 ``/db/_partition/partition_id/_explain``
 ========================================
 
-.. http:get:: /{db}/_partition/{partition_id}/_explain
+.. http:post:: /{db}/_partition/{partition_id}/_explain
     :synopsis: Find index that is used with a query
 
     :param db: Database name

Reply via email to