hamidb80 opened a new issue #670: URL: https://github.com/apache/couchdb-documentation/issues/670
[refrence](https://docs.couchdb.org/en/latest/api/database/shard.html#db-shards-doc) current request ```bash HTTP/1.1 200 OK Cache-Control: must-revalidate Content-Length: 94 Content-Type: application/json Date: Fri, 18 Jan 2019 20:08:07 GMT Server: CouchDB/2.3.0-9d4cb03c2 (Erlang OTP/19) ``` expected request: ```bash GET /db/_shards/{docid} HTTP/1.1 Accept: */* Host: localhost:5984 ```` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
