Skip to content

Commit cd06046

Browse files
authored
Merge pull request #300 from yoution/feature/role-matching-backend
fix: resolve postman conflict
2 parents 38c8d33 + 382d708 commit cd06046

File tree

1 file changed

+57
-61
lines changed

1 file changed

+57
-61
lines changed

docs/Topcoder-bookings-api.postman_collection.json

Lines changed: 57 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"info": {
3-
"_postman_id": "ca01f845-9ba8-473d-b005-fc200ac3cd39",
3+
"_postman_id": "2c9dbe94-39f9-4a01-97e4-70f781fc1364",
44
"name": "Topcoder-bookings-api",
55
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
66
},
@@ -19819,6 +19819,44 @@
1981919819
},
1982019820
"response": []
1982119821
},
19822+
{
19823+
"name": "POST /taas-teams/getSkillsByJobDescription",
19824+
"request": {
19825+
"method": "POST",
19826+
"header": [
19827+
{
19828+
"key": "Authorization",
19829+
"type": "text",
19830+
"value": "Bearer {{token_member}}"
19831+
},
19832+
{
19833+
"key": "Content-Type",
19834+
"type": "text",
19835+
"value": "application/json"
19836+
}
19837+
],
19838+
"body": {
19839+
"mode": "raw",
19840+
"raw": "{\n \"description\": \"nodejs react c++ hello\"\n}",
19841+
"options": {
19842+
"raw": {
19843+
"language": "json"
19844+
}
19845+
}
19846+
},
19847+
"url": {
19848+
"raw": "{{URL}}/taas-teams/getSkillsByJobDescription",
19849+
"host": [
19850+
"{{URL}}"
19851+
],
19852+
"path": [
19853+
"taas-teams",
19854+
"getSkillsByJobDescription"
19855+
]
19856+
}
19857+
},
19858+
"response": []
19859+
},
1982219860
{
1982319861
"name": "GET /taas-teams/:id/members",
1982419862
"request": {
@@ -22554,65 +22592,23 @@
2255422592
]
2255522593
},
2255622594
{
22557-
"name": "POST /taas-teams/getSkillsByJobDescription",
22558-
"request": {
22559-
"method": "POST",
22560-
"header": [
22561-
{
22562-
"key": "Authorization",
22563-
"type": "text",
22564-
"value": "Bearer {{token_member}}"
22565-
},
22566-
{
22567-
"key": "Content-Type",
22568-
"type": "text",
22569-
"value": "application/json"
22570-
}
22571-
],
22572-
"body": {
22573-
"mode": "raw",
22574-
"raw": "{\n \"description\": \"nodejs react c++ hello\"\n}",
22575-
"options": {
22576-
"raw": {
22577-
"language": "json"
22578-
}
22579-
}
22580-
},
22581-
"url": {
22582-
"raw": "{{URL}}/taas-teams/getSkillsByJobDescription",
22583-
"host": [
22584-
"{{URL}}"
22585-
],
22586-
"path": [
22587-
"taas-teams",
22588-
"getSkillsByJobDescription"
22589-
]
22590-
}
22591-
},
22592-
"response": []
22593-
},
22594-
{
22595-
"name": "POST /taas-teams/email - member-issue-report",
22596-
"request": {
22597-
"method": "POST",
22598-
"header": [
22599-
{
22600-
"key": "Authorization",
22601-
"type": "text",
22602-
"value": "Bearer {{token_member}}"
22603-
},
22604-
{
22605-
"key": "Content-Type",
22606-
"type": "text",
22607-
"value": "application/json"
22608-
}
22609-
],
22610-
"body": {
22611-
"mode": "raw",
22612-
"raw": "{\n \"template\": \"member-issue-report\",\n \"data\": {\n \"projectName\": \"TaaS Project Name\",\n \"projectId\": 12345,\n \"userHandle\": \"pshah_manager\",\n \"reportText\": \"I have issue with ...\"\n }\n}",
22613-
"options": {
22614-
"raw": {
22615-
"language": "json"
22595+
"name": "Delete Role",
22596+
"item": [
22597+
{
22598+
"name": "delete role with connect user",
22599+
"event": [
22600+
{
22601+
"listen": "test",
22602+
"script": {
22603+
"exec": [
22604+
"pm.test('Status code is 403', function () {\r",
22605+
" pm.response.to.have.status(403);\r",
22606+
" const response = pm.response.json()\r",
22607+
" pm.expect(response.message).to.eq(\"You are not allowed to perform this action!\")\r",
22608+
"});"
22609+
],
22610+
"type": "text/javascript"
22611+
}
2261622612
}
2261722613
],
2261822614
"request": {
@@ -32849,4 +32845,4 @@
3284932845
]
3285032846
}
3285132847
]
32852-
}
32848+
}

0 commit comments

Comments
 (0)