-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAsyncRunner.postman_collection.json
More file actions
50 lines (50 loc) · 1001 Bytes
/
AsyncRunner.postman_collection.json
File metadata and controls
50 lines (50 loc) · 1001 Bytes
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
47
48
49
50
{
"info": {
"_postman_id": "722dfb6f-7be0-4ff1-a0e5-8fc116f1d0a4",
"name": "AsynRunner",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "CreateNewTask",
"protocolProfileBehavior": {
"followOriginalHttpMethod": false
},
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"taskname\": \"count_by_seconds\",\n \"taskparams\": {\n \"seconds\": 100\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://localhost:5001/api/tasks/",
"protocol": "https",
"host": [
"localhost"
],
"port": "5001",
"path": [
"api",
"tasks",
""
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
}