File tree 1 file changed +79
-0
lines changed
1 file changed +79
-0
lines changed Original file line number Diff line number Diff line change 2261
2261
"response" : []
2262
2262
}
2263
2263
]
2264
+ },
2265
+ {
2266
+ "name" : " Search" ,
2267
+ "item" : [
2268
+ {
2269
+ "name" : " users" ,
2270
+ "request" : {
2271
+ "auth" : {
2272
+ "type" : " bearer" ,
2273
+ "bearer" : [
2274
+ {
2275
+ "key" : " token" ,
2276
+ "value" : " 21|s33vmAy72ENHLdmZ9IfQS7ZiM3nXQw0qYHNThR6R" ,
2277
+ "type" : " string"
2278
+ }
2279
+ ]
2280
+ },
2281
+ "method" : " GET" ,
2282
+ "header" : [],
2283
+ "url" : {
2284
+ "raw" : " http://localhost:8000/api/search/users?query=n" ,
2285
+ "protocol" : " http" ,
2286
+ "host" : [
2287
+ " localhost"
2288
+ ],
2289
+ "port" : " 8000" ,
2290
+ "path" : [
2291
+ " api" ,
2292
+ " search" ,
2293
+ " users"
2294
+ ],
2295
+ "query" : [
2296
+ {
2297
+ "key" : " query" ,
2298
+ "value" : " n"
2299
+ }
2300
+ ]
2301
+ }
2302
+ },
2303
+ "response" : []
2304
+ },
2305
+ {
2306
+ "name" : " teams" ,
2307
+ "request" : {
2308
+ "auth" : {
2309
+ "type" : " bearer" ,
2310
+ "bearer" : [
2311
+ {
2312
+ "key" : " token" ,
2313
+ "value" : " 21|s33vmAy72ENHLdmZ9IfQS7ZiM3nXQw0qYHNThR6R" ,
2314
+ "type" : " string"
2315
+ }
2316
+ ]
2317
+ },
2318
+ "method" : " GET" ,
2319
+ "header" : [],
2320
+ "url" : {
2321
+ "raw" : " http://localhost:8000/api/search/teams?query=z" ,
2322
+ "protocol" : " http" ,
2323
+ "host" : [
2324
+ " localhost"
2325
+ ],
2326
+ "port" : " 8000" ,
2327
+ "path" : [
2328
+ " api" ,
2329
+ " search" ,
2330
+ " teams"
2331
+ ],
2332
+ "query" : [
2333
+ {
2334
+ "key" : " query" ,
2335
+ "value" : " z"
2336
+ }
2337
+ ]
2338
+ }
2339
+ },
2340
+ "response" : []
2341
+ }
2342
+ ]
2264
2343
}
2265
2344
],
2266
2345
"variable" : [
You can’t perform that action at this time.
0 commit comments