Skip to content

Commit d4640e7

Browse files
search about teams
1 parent 08e06b5 commit d4640e7

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

Codelink.postman_collection.json

+79
Original file line numberDiff line numberDiff line change
@@ -2261,6 +2261,85 @@
22612261
"response": []
22622262
}
22632263
]
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+
]
22642343
}
22652344
],
22662345
"variable": [

0 commit comments

Comments
 (0)