Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9a91748

Browse files
committed
Include search/skills endpoint
1 parent 8d21bad commit 9a91748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/UBahn_API.postman_collection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@
143143
}
144144
],
145145
"url": {
146-
"raw": "{{HOST}}/search/userAchievements?organizationId=36ed815b-3da1-49f1-a043-aaed0a4e81ad&keyword=Topcoder",
146+
"raw": "{{HOST}}/search/skills?organizationId=36ed815b-3da1-49f1-a043-aaed0a4e81ad&keyword=net",
147147
"host": [
148148
"{{HOST}}"
149149
],
150150
"path": [
151151
"search",
152-
"userAchievements"
152+
"skills"
153153
],
154154
"query": [
155155
{
@@ -158,7 +158,7 @@
158158
},
159159
{
160160
"key": "keyword",
161-
"value": "Topcoder"
161+
"value": "net"
162162
}
163163
]
164164
}

0 commit comments

Comments
 (0)