[skip ci]Delete removed api doc in webserver readme.md (#4319)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
yukun 2020-11-30 20:20:21 +08:00 committed by GitHub
parent 2a21d2cb7c
commit 2909677dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -688,31 +688,6 @@ $ curl -X DELETE "http://127.0.0.1:19121/collections/test_collection/partitions"
The deletion is successful if no information is returned.
### `/collections/{collection_name}/partitions/{partition_tag}/entities?offset=0&page_size=1` (GET)
##### Response
```json
{
"code": 0,
"message": "OK",
"data": {
"entities": [
{
"__id": "1578989029645098000",
"field_1": 1,
"field_vec": []
},
{
"__id": "1578989029645098001",
"field_1": 2,
"field_vec": []
}
]
}
}
```
### `/collections/{collection_name}/segments/{segment_name}/ids` (GET)
Gets all vector ids of segment in a collection starting from `offset` and ends with `page_size`.