-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFuzzyMatch.postman_collection.json
More file actions
46 lines (46 loc) · 1.09 KB
/
FuzzyMatch.postman_collection.json
File metadata and controls
46 lines (46 loc) · 1.09 KB
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
46
{
"id": "b9707e13-7496-3ad3-d5c0-221680293a88",
"name": "FuzzyMatch",
"description": "",
"order": [
"b99fea30-9efa-285b-b4f0-970216935965"
],
"folders": [],
"folders_order": [],
"timestamp": 1508928374971,
"owner": 0,
"public": false,
"requests": [
{
"id": "b99fea30-9efa-285b-b4f0-970216935965",
"headers": "Content-Type: application/json\n",
"headerData": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"enabled": true
}
],
"url": "http://localhost:8000/v1.0/fuzzyscore",
"queryParams": [],
"pathVariables": {},
"pathVariableData": [],
"preRequestScript": null,
"method": "POST",
"collectionId": "b9707e13-7496-3ad3-d5c0-221680293a88",
"data": [],
"dataMode": "raw",
"name": "http://localhost:8000/v1.0/fuzzyscore",
"description": "Get fuzzy score",
"descriptionFormat": "html",
"time": 1508928384078,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"rawModeData": "{\n\t\"data_1\":\"hello\",\n\t\"data_2\":\"hello\"\n}"
}
]
}