diff options
author | Alexander Shorin <kxepal@apache.org> | 2014-04-27 14:24:32 +0400 |
---|---|---|
committer | Alexander Shorin <kxepal@apache.org> | 2014-04-27 14:24:32 +0400 |
commit | 1aa9d3b72122105db6e926e7f019d5e9f0fea276 (patch) | |
tree | ba118f9e2973cc824b079f648743f157335eb056 /share | |
parent | d25fce62f74af57fdcfc9e05b8774b5d7e8b7d79 (diff) | |
download | couchdb-1aa9d3b72122105db6e926e7f019d5e9f0fea276.tar.gz |
Remove "details" query parameter from show functions API
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/src/api/ddoc/render.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/doc/src/api/ddoc/render.rst b/share/doc/src/api/ddoc/render.rst index 887cda965..76d389681 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 |