Skip to content

Commit f6e7d08

Browse files
committed
Postman updates
1 parent 56183a5 commit f6e7d08

File tree

2 files changed

+68
-7
lines changed

2 files changed

+68
-7
lines changed

docs/member-api.postman_collection.json

+54-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"info": {
3-
"_postman_id": "9f8d8103-0043-4959-b0cf-8e833845cc57",
3+
"_postman_id": "515f8efb-72f4-4ccd-8a20-0543397f4e5c",
44
"name": "member-api",
5-
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
6-
"_exporter_id": "10740"
5+
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
76
},
87
"item": [
98
{
@@ -7169,6 +7168,58 @@
71697168
}
71707169
},
71717170
"response": []
7171+
},
7172+
{
7173+
"name": "search all members - by skill",
7174+
"request": {
7175+
"method": "GET",
7176+
"header": [],
7177+
"url": {
7178+
"raw": "{{URL}}/members/searchBySkills?skillId={{skill_id_1}}",
7179+
"host": [
7180+
"{{URL}}"
7181+
],
7182+
"path": [
7183+
"members",
7184+
"searchBySkills"
7185+
],
7186+
"query": [
7187+
{
7188+
"key": "skillId",
7189+
"value": "{{skill_id_1}}"
7190+
}
7191+
]
7192+
}
7193+
},
7194+
"response": []
7195+
},
7196+
{
7197+
"name": "search all members - by skills",
7198+
"request": {
7199+
"method": "GET",
7200+
"header": [],
7201+
"url": {
7202+
"raw": "{{URL}}/members/searchBySkills?skillId={{skill_id_1}}&skillId={{skil_id_2}}",
7203+
"host": [
7204+
"{{URL}}"
7205+
],
7206+
"path": [
7207+
"members",
7208+
"searchBySkills"
7209+
],
7210+
"query": [
7211+
{
7212+
"key": "skillId",
7213+
"value": "{{skill_id_1}}"
7214+
},
7215+
{
7216+
"key": "skillId",
7217+
"value": "{{skil_id_2}}"
7218+
}
7219+
]
7220+
}
7221+
},
7222+
"response": []
71727223
}
71737224
],
71747225
"event": [

docs/member-api.postman_environment.json

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "e4ccf752-810c-4a8d-9a72-9d8535ac20d8",
2+
"id": "0ed61d4c-ecad-41b4-b29f-ca3086939151",
33
"name": "member-api",
44
"values": [
55
{
@@ -41,9 +41,19 @@
4141
"key": "m2m_update",
4242
"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL3RvcGNvZGVyLWRldi5hdXRoMC5jb20vIiwic3ViIjoiZW5qdzE4MTBlRHozWFR3U08yUm4yWTljUVRyc3BuM0JAY2xpZW50cyIsImF1ZCI6Imh0dHBzOi8vbTJtLnRvcGNvZGVyLWRldi5jb20vIiwiaWF0IjoxNTUwOTA2Mzg4LCJleHAiOjE2ODA5OTI3ODgsImF6cCI6ImVuancxODEwZUR6M1hUd1NPMlJuMlk5Y1FUcnNwbjNCIiwic2NvcGUiOiJ1cGRhdGU6bWVtYmVycyIsImd0eSI6ImNsaWVudC1jcmVkZW50aWFscyJ9.wImcvhkF9QPOCSEfZ01U-YxYM8NZi1yqgRmw3eiNn1Q",
4343
"enabled": true
44+
},
45+
{
46+
"key": "skill_id_1",
47+
"value": "KS1200771D9CR9LB4MWW",
48+
"enabled": true
49+
},
50+
{
51+
"key": "skil_id_2",
52+
"value": "KS121F45VPV8C9W3QFYH",
53+
"enabled": true
4454
}
4555
],
4656
"_postman_variable_scope": "environment",
47-
"_postman_exported_at": "2020-02-14T13:59:07.169Z",
48-
"_postman_exported_using": "Postman/7.13.0"
49-
}
57+
"_postman_exported_at": "2023-06-08T00:12:44.668Z",
58+
"_postman_exported_using": "Postman/8.5.1"
59+
}

0 commit comments

Comments
 (0)