-
Notifications
You must be signed in to change notification settings - Fork 88
/
rest.http
45 lines (33 loc) · 1015 Bytes
/
rest.http
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
POST http://localhost:3000/databases/580a07b8d5be18c823242213/collections/580a07b8d5be18c823242213-Reqre/documents/filter
Content-Type: application/json
{
"_id": "8"
}
###
PATCH http://localhost:3000/databases/580a07b8d5be18c823242213/collections/580a07b8d5be18c823242213-Reqre/documents/filter
Content-Type: application/json
{
"a": 7
}
###
DELETE http://localhost:3000/databases/abcd
###
GET http://localhost:3000/databases/580a07b8d5be18c823242213/collections/580a07b8d5be18c823242213-Reqre/documents/
Content-Type: application/json
###
POST http://localhost:3000/databases/quiz/collections
Content-Type: application/json
{
"collectionName": "employees",
"dbName": "quiz"
}
###
DELETE http://localhost:3000/databases/quiz/collections/result
###
http://localhost:4321/databases/ApplaudCloud/collections/Form/documents/
###
POST http://localhost:4321/databases/curie_dev_db/collections/app_stats/documents/generate-query
Content-Type: application/json
{
"prompt": "file format is glb"
}