From 60352ec9d78eb00c86dbe2b364162c19f5026c58 Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Sun, 19 Nov 2017 13:43:59 +0100 Subject: [PATCH] Mention X-Couch-Full-Commit header for PUT ..{att} endpoint --- src/api/document/attachments.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/api/document/attachments.rst b/src/api/document/attachments.rst index 517de7d2..f5bed653 100644 --- a/src/api/document/attachments.rst +++ b/src/api/document/attachments.rst @@ -125,12 +125,19 @@ :param db: Database name :param docid: Document ID :param attname: Attachment name + :
`. Possible values + are: ``false`` and ``true``. *Optional* + :query string rev: Document revision. *Optional* + :>json string id: Document ID :>json boolean ok: Operation status :>json string rev: Revision MVCC token + :code 200: Attachment successfully removed :code 202: Request was accepted, but changes are not yet stored on disk :code 400: Invalid request body or parameters