After reading the doc for CouchDB::Client, the only thing I see that may be helpful is under "Internal Methods" (which has a note: "You will use these at your own risk" -- offering a technique to obtain Couch objects.

But, perhaps documents for the DB engine will provide some clues. Have you read those (with a microscope?)

Or, perhaps these results from a Google search (terms: "CouchDB rename document") will be helpful:

Storing Documents - CouchDB: The Definitive Guide
guide.couchdb.org/draft/documents.html
Documents are CouchDB's central data structure. To best understand and use CouchDB, you need to think in documents. This chapter walks you though the ...

CouchDB Document API - Apache Wiki
https://wiki.apache.org/couchdb/HTTP_Doc...
Apache Software Foundation
Jun 5, 2013 - A CouchDB document is simply a JSON object. You can use any JSON structure with nesting. You can fetch the document's revision ...

Document_Update_Handlers - Couchdb Wiki - Apache Wiki
https://wiki.apache.org/couchdb/Document...
Apache Software Foundation
Apr 23, 2014 - The official documentation has moved to http://docs.couchdb.org ... When the request to an update handler includes a document ID in the URL, ...

[CouchDB-user] rename document attachment - Grokbase
grokbase.com › Groups › CouchDB › user › September 2009
Sep 3, 2009 - (4 replies) I have a simple html/javascript app that uploads an attachment to a document. However, once it is uploaded I want to rename it to a ...

In reply to Re: Retrieving content from couchdb using CouchDB::Client by ww
in thread Retrieving content from couchdb using CouchDB::Client by shivam99aa

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.