You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/10/17 09:48:40 UTC

[GitHub] [couchdb] hamidb80 opened a new issue, #4223: request example for `GET /{db}/_shards/{docid}` is replaced with its response

hamidb80 opened a new issue, #4223:
URL: https://github.com/apache/couchdb/issues/4223

   [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: notifications-unsubscribe@couchdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] request example for `GET /{db}/_shards/{docid}` is replaced with its response [couchdb]

Posted by "nickva (via GitHub)" <gi...@apache.org>.
nickva commented on issue #4223:
URL: https://github.com/apache/couchdb/issues/4223#issuecomment-1808757585

   Closing as fixed by @jiahuili430 
   


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] request example for `GET /{db}/_shards/{docid}` is replaced with its response [couchdb]

Posted by "nickva (via GitHub)" <gi...@apache.org>.
nickva closed issue #4223: request example for `GET /{db}/_shards/{docid}` is replaced with its response
URL: https://github.com/apache/couchdb/issues/4223


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org