Remove "details" query parameter from show functions API
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1aa9d3b7 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1aa9d3b7 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1aa9d3b7 Branch: refs/heads/2200-feature-support-erlang-17.0 Commit: 1aa9d3b72122105db6e926e7f019d5e9f0fea276 Parents: d25fce6 Author: Alexander Shorin <[email protected]> Authored: Sun Apr 27 14:24:32 2014 +0400 Committer: Alexander Shorin <[email protected]> Committed: Sun Apr 27 14:24:32 2014 +0400 ---------------------------------------------------------------------- share/doc/src/api/ddoc/render.rst | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/1aa9d3b7/share/doc/src/api/ddoc/render.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/api/ddoc/render.rst b/share/doc/src/api/ddoc/render.rst index 887cda9..76d3896 100644 --- a/share/doc/src/api/ddoc/render.rst +++ b/share/doc/src/api/ddoc/render.rst @@ -90,7 +90,6 @@ :param func: Show function name :param docid: Document ID :>header ETag: Response signature - :query boolean details: Indicates whether details should be included :query string format: Format of the returned response. Used by :js:func:`provides` function :code 200: Request completed successfully
