-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInsomnia_2025-05-13.yaml
More file actions
303 lines (303 loc) · 8.6 KB
/
Copy pathInsomnia_2025-05-13.yaml
File metadata and controls
303 lines (303 loc) · 8.6 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
type: collection.insomnia.rest/5.0
name: new task
meta:
id: wrk_fb664a595c584378aff93a7a399c3e63
created: 1747075142668
modified: 1747075142668
collection:
- url: http://127.0.0.1:8000/api/token/
name: token obtainer
meta:
id: req_f4c71964a8284f44811d46d6f38e7d04
created: 1747075165421
modified: 1747075340104
isPrivate: false
sortKey: -1747075165421
method: POST
body:
mimeType: application/json
text: |-
{
"username":"admin",
"password":"admin"
}
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/11.1.0
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: http://127.0.0.1:8000/api/tasks/
name: task GET
meta:
id: req_a4e8ec23605d4813a75f8d591928793f
created: 1747075451173
modified: 1747075547710
isPrivate: false
sortKey: -1744833935462
method: GET
body:
mimeType: application/json
text: |-
{
"username":"admin",
"password":"admin"
}
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/11.1.0
authentication:
type: bearer
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzQ3MDc1NjA4LCJpYXQiOjE3NDcwNzUzMDgsImp0aSI6IjFjNzE5ZjdjZWIwNzRmMjFhNjYxZTJkYjNkMWMwYzJhIiwidXNlcl9pZCI6MX0.6cInV3wyL8A37o78d8oEmxZ-kvTWquPl8oscaJZS2Gs
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: http://127.0.0.1:8000/api/tasks/
name: task POSt
meta:
id: req_6547d7ae897c4e93932260146b559fc8
created: 1747075458329
modified: 1747075777482
isPrivate: false
sortKey: -1743713320482.5
method: POST
body:
mimeType: application/json
text: |-
{
"title":"admin",
"description":"admin",
"is_completed": true,
"label_ids": [1]
}
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/11.1.0
authentication:
type: bearer
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzQ3MDc1OTQ2LCJpYXQiOjE3NDcwNzU2NDYsImp0aSI6ImJiNDVkOTBkNThmNzRjMzY4NGI4ZDg3MWVkMGIyZmY3IiwidXNlcl9pZCI6MX0.J-BqKvtB7TAk_EHNoinQdfxB9NtomqWiSt09IvPtrO8
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: http://127.0.0.1:8000/api/tasks/1/
name: task UPDATE
meta:
id: req_b278bf9b43764600b7bc241e6438d3f3
created: 1747075466289
modified: 1747075970309
isPrivate: false
sortKey: -1743153012992.75
method: PATCH
body:
mimeType: application/json
text: |-
{
"title":"new task 1",
"description":"task 1 description",
"is_completed": true,
"label_ids": [1]
}
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/11.1.0
authentication:
type: bearer
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzQ3MDc1OTQ2LCJpYXQiOjE3NDcwNzU2NDYsImp0aSI6ImJiNDVkOTBkNThmNzRjMzY4NGI4ZDg3MWVkMGIyZmY3IiwidXNlcl9pZCI6MX0.J-BqKvtB7TAk_EHNoinQdfxB9NtomqWiSt09IvPtrO8
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: http://127.0.0.1:8000/api/tasks/1/
name: task DELETE
meta:
id: req_40b5256cfe494276b598582b327e22f4
created: 1747075472477
modified: 1747076031308
isPrivate: false
sortKey: -1742872859247.875
method: DELETE
body:
mimeType: application/json
text: |-
{
"username":"admin",
"password":"admin"
}
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/11.1.0
authentication:
type: bearer
token: '{ "title":"admin", "description":"admin", "is_completed":
true, "label_ids": [1]}'
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: http://127.0.0.1:8000/api/labels/
name: label GET
meta:
id: req_9ab589d1e51d45fbbd9d0a23dd02efff
created: 1747075484297
modified: 1747076058873
isPrivate: false
sortKey: -1742732782375.4375
method: GET
body:
mimeType: application/json
text: |-
{
"username":"admin",
"password":"admin"
}
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/11.1.0
authentication:
type: bearer
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzQ3MDc2MzQ4LCJpYXQiOjE3NDcwNzYwNDgsImp0aSI6ImRlMDZjZWRlOTg5MDRkZWRiMWRlMmJhY2MzMzU3OGVlIiwidXNlcl9pZCI6MX0.5LwdTFB2Jb3LwYq22mRZUMvBo22eOXnRMM_-nxWSDjM
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: http://127.0.0.1:8000/api/labels/
name: label POST
meta:
id: req_0ce3e947435f406a88483c354aede5b7
created: 1747075490392
modified: 1747076078995
isPrivate: false
sortKey: -1742662743939.2188
method: POST
body:
mimeType: application/json
text: |-
{
"name":"new label"
}
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/11.1.0
authentication:
type: bearer
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzQ3MDc2MzQ4LCJpYXQiOjE3NDcwNzYwNDgsImp0aSI6ImRlMDZjZWRlOTg5MDRkZWRiMWRlMmJhY2MzMzU3OGVlIiwidXNlcl9pZCI6MX0.5LwdTFB2Jb3LwYq22mRZUMvBo22eOXnRMM_-nxWSDjM
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: http://127.0.0.1:8000/api/labels/1/
name: label UPDATE
meta:
id: req_541dbd3081a14751b202fbcc64bb3d02
created: 1747075500633
modified: 1747076119482
isPrivate: false
sortKey: -1742627724721.1094
method: PATCH
body:
mimeType: application/json
text: |-
{
"name":"changed label"
}
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/11.1.0
authentication:
type: bearer
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzQ3MDc2MzQ4LCJpYXQiOjE3NDcwNzYwNDgsImp0aSI6ImRlMDZjZWRlOTg5MDRkZWRiMWRlMmJhY2MzMzU3OGVlIiwidXNlcl9pZCI6MX0.5LwdTFB2Jb3LwYq22mRZUMvBo22eOXnRMM_-nxWSDjM
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: http://127.0.0.1:8000/api/labels/1/
name: label DELETE
meta:
id: req_4c74074b98b141ceabd7bd8996b8c1c2
created: 1747075507448
modified: 1747076164906
isPrivate: false
sortKey: -1742610215112.0547
method: DELETE
body:
mimeType: application/json
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/11.1.0
authentication:
type: bearer
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzQ3MDc2MzQ4LCJpYXQiOjE3NDcwNzYwNDgsImp0aSI6ImRlMDZjZWRlOTg5MDRkZWRiMWRlMmJhY2MzMzU3OGVlIiwidXNlcl9pZCI6MX0.5LwdTFB2Jb3LwYq22mRZUMvBo22eOXnRMM_-nxWSDjM
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
cookieJar:
name: Default Jar
meta:
id: jar_d7f45965cf9e7b97cacaf38012b6be6ab28b7a3d
created: 1747075142681
modified: 1747075142681
environments:
name: Base Environment
meta:
id: env_d7f45965cf9e7b97cacaf38012b6be6ab28b7a3d
created: 1747075142677
modified: 1747075142677
isPrivate: false