1
1
{
2
2
"info" : {
3
+ "_postman_id" : " 469f0f40-b34a-40f9-b89d-bd7fde996676" ,
3
4
"name" : " tc-project-service " ,
4
- "_postman_id" : " 8f323d9c-63bd-5f2c-87f1-1e99083786f3" ,
5
- "description" : " " ,
6
5
"schema" : " https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
7
6
},
8
7
"item" : [
9
8
{
10
9
"name" : " Project Attachments" ,
10
+ "description" : null ,
11
11
"item" : [
12
12
{
13
13
"name" : " Upload attachment" ,
82
82
},
83
83
{
84
84
"name" : " Project Members" ,
85
+ "description" : null ,
85
86
"item" : [
86
87
{
87
88
"name" : " Create project member with no payload" ,
900
901
},
901
902
{
902
903
"name" : " bookmarks" ,
904
+ "description" : null ,
903
905
"item" : [
904
906
{
905
907
"name" : " Create project without bookmarks" ,
1077
1079
},
1078
1080
{
1079
1081
"name" : " issue1" ,
1082
+ "description" : null ,
1080
1083
"item" : [
1081
1084
{
1082
1085
"name" : " get projects with copilot token" ,
1100
1103
},
1101
1104
{
1102
1105
"name" : " issue10" ,
1106
+ "description" : null ,
1103
1107
"item" : [
1104
1108
{
1105
1109
"name" : " wrong role" ,
1149
1153
},
1150
1154
{
1151
1155
"name" : " issue5" ,
1156
+ "description" : null ,
1152
1157
"item" : [
1153
1158
{
1154
1159
"name" : " launch a project by topcoder managers " ,
1220
1225
},
1221
1226
{
1222
1227
"name" : " issue8" ,
1228
+ "description" : null ,
1223
1229
"item" : [
1224
1230
{
1225
1231
"name" : " mock direct projects" ,
1376
1382
"response" : []
1377
1383
}
1378
1384
]
1385
+ },
1386
+ {
1387
+ "name" : " Project Templates" ,
1388
+ "description" : " " ,
1389
+ "item" : [
1390
+ {
1391
+ "name" : " Create project template" ,
1392
+ "request" : {
1393
+ "method" : " POST" ,
1394
+ "header" : [
1395
+ {
1396
+ "key" : " Content-Type" ,
1397
+ "value" : " application/json"
1398
+ },
1399
+ {
1400
+ "key" : " Authorization" ,
1401
+ "value" : " Bearer {{jwt-token}}"
1402
+ }
1403
+ ],
1404
+ "body" : {
1405
+ "mode" : " raw" ,
1406
+ "raw" : " {\r\n \" param\" :{\r\n \" name\" :\" new name\" ,\r\n \" key\" :\" new key\" ,\r\n \" category\" :\" new category\" ,\r\n \" scope\" :{\r\n \" scope1\" :\" scope 1\"\r\n },\r\n \" phases\" :{\r\n \" phase1\" :\" phase 1\"\r\n }\r\n }\r\n }"
1407
+ },
1408
+ "url" : " {{api-url}}/v4/projectTemplates"
1409
+ },
1410
+ "response" : []
1411
+ },
1412
+ {
1413
+ "name" : " List project templates" ,
1414
+ "request" : {
1415
+ "method" : " GET" ,
1416
+ "header" : [
1417
+ {
1418
+ "key" : " Content-Type" ,
1419
+ "value" : " application/json"
1420
+ },
1421
+ {
1422
+ "key" : " Authorization" ,
1423
+ "value" : " Bearer {{jwt-token}}"
1424
+ }
1425
+ ],
1426
+ "body" : {
1427
+ "mode" : " raw" ,
1428
+ "raw" : " {\r\n \" param\" :{\r\n \" name\" :\" new name\" ,\r\n \" key\" :\" new key\" ,\r\n \" category\" :\" new category\" ,\r\n \" scope\" :{\r\n \" scope1\" :\" scope 1\"\r\n },\r\n \" phases\" :{\r\n \" phase1\" :\" phase 1\"\r\n }\r\n }\r\n }"
1429
+ },
1430
+ "url" : " {{api-url}}/v4/projectTemplates"
1431
+ },
1432
+ "response" : []
1433
+ },
1434
+ {
1435
+ "name" : " Get project template" ,
1436
+ "request" : {
1437
+ "method" : " GET" ,
1438
+ "header" : [
1439
+ {
1440
+ "key" : " Content-Type" ,
1441
+ "value" : " application/json"
1442
+ },
1443
+ {
1444
+ "key" : " Authorization" ,
1445
+ "value" : " Bearer {{jwt-token}}"
1446
+ }
1447
+ ],
1448
+ "body" : {
1449
+ "mode" : " raw" ,
1450
+ "raw" : " {\r\n \" param\" :{\r\n \" name\" :\" new name\" ,\r\n \" key\" :\" new key\" ,\r\n \" category\" :\" new category\" ,\r\n \" scope\" :{\r\n \" scope1\" :\" scope 1\"\r\n },\r\n \" phases\" :{\r\n \" phase1\" :\" phase 1\"\r\n }\r\n }\r\n }"
1451
+ },
1452
+ "url" : " {{api-url}}/v4/projectTemplates/1"
1453
+ },
1454
+ "response" : []
1455
+ },
1456
+ {
1457
+ "name" : " Update project template" ,
1458
+ "request" : {
1459
+ "method" : " PATCH" ,
1460
+ "header" : [
1461
+ {
1462
+ "key" : " Content-Type" ,
1463
+ "value" : " application/json"
1464
+ },
1465
+ {
1466
+ "key" : " Authorization" ,
1467
+ "value" : " Bearer {{jwt-token}}"
1468
+ }
1469
+ ],
1470
+ "body" : {
1471
+ "mode" : " raw" ,
1472
+ "raw" : " {\r\n \" param\" :{\r\n \" name\" :\" new name\" ,\r\n \" key\" :\" new key\" ,\r\n \" category\" :\" new category\" ,\r\n \" scope\" :{\r\n \" scope1\" :\" scope 1\" ,\r\n \" scope2\" : [\" a\" ]\r\n },\r\n \" phases\" :{\r\n \" phase1\" :\" phase 1\" ,\r\n \" phase2\" : {\r\n \t\" another\" : \" another\"\r\n }\r\n }\r\n }\r\n }"
1473
+ },
1474
+ "url" : " {{api-url}}/v4/projectTemplates/1"
1475
+ },
1476
+ "response" : []
1477
+ },
1478
+ {
1479
+ "name" : " Delete project template" ,
1480
+ "request" : {
1481
+ "method" : " DELETE" ,
1482
+ "header" : [
1483
+ {
1484
+ "key" : " Content-Type" ,
1485
+ "value" : " application/json"
1486
+ },
1487
+ {
1488
+ "key" : " Authorization" ,
1489
+ "value" : " Bearer {{jwt-token}}"
1490
+ }
1491
+ ],
1492
+ "body" : {
1493
+ "mode" : " raw" ,
1494
+ "raw" : " {\r\n \" param\" :{\r\n \" name\" :\" new name\" ,\r\n \" key\" :\" new key\" ,\r\n \" category\" :\" new category\" ,\r\n \" scope\" :{\r\n \" scope1\" :\" scope 1\" ,\r\n \" scope2\" : [\" a\" ]\r\n },\r\n \" phases\" :{\r\n \" phase1\" :\" phase 1\" ,\r\n \" phase2\" : {\r\n \t\" another\" : \" another\"\r\n }\r\n }\r\n }\r\n }"
1495
+ },
1496
+ "url" : " {{api-url}}/v4/projectTemplates/1"
1497
+ },
1498
+ "response" : []
1499
+ }
1500
+ ]
1501
+ },
1502
+ {
1503
+ "name" : " Product Templates" ,
1504
+ "description" : " " ,
1505
+ "item" : [
1506
+ {
1507
+ "name" : " Create product template" ,
1508
+ "request" : {
1509
+ "method" : " POST" ,
1510
+ "header" : [
1511
+ {
1512
+ "key" : " Content-Type" ,
1513
+ "value" : " application/json"
1514
+ },
1515
+ {
1516
+ "key" : " Authorization" ,
1517
+ "value" : " Bearer {{jwt-token}}"
1518
+ }
1519
+ ],
1520
+ "body" : {
1521
+ "mode" : " raw" ,
1522
+ "raw" : " {\r\n \" param\" :{\r\n \" name\" :\" new name\" ,\r\n \" productKey\" :\" new productKey\" ,\r\n \" icon\" :\" http://example.com/icon-new.ico\" ,\r\n \" brief\" : \" new brief\" ,\r\n \" details\" : \" new details\" ,\r\n \" aliases\" :{\r\n \" alias1\" :\" alias 1\"\r\n },\r\n \" template\" :{\r\n \" template1\" :\" template 1\"\r\n }\r\n }\r\n }"
1523
+ },
1524
+ "url" : " {{api-url}}/v4/productTemplates"
1525
+ },
1526
+ "response" : []
1527
+ },
1528
+ {
1529
+ "name" : " List product templates" ,
1530
+ "request" : {
1531
+ "method" : " GET" ,
1532
+ "header" : [
1533
+ {
1534
+ "key" : " Content-Type" ,
1535
+ "value" : " application/json"
1536
+ },
1537
+ {
1538
+ "key" : " Authorization" ,
1539
+ "value" : " Bearer {{jwt-token}}"
1540
+ }
1541
+ ],
1542
+ "body" : {
1543
+ "mode" : " raw" ,
1544
+ "raw" : " {\r\n \" param\" :{\r\n \" name\" :\" new name\" ,\r\n \" key\" :\" new key\" ,\r\n \" category\" :\" new category\" ,\r\n \" scope\" :{\r\n \" scope1\" :\" scope 1\"\r\n },\r\n \" phases\" :{\r\n \" phase1\" :\" phase 1\"\r\n }\r\n }\r\n }"
1545
+ },
1546
+ "url" : " {{api-url}}/v4/productTemplates"
1547
+ },
1548
+ "response" : []
1549
+ },
1550
+ {
1551
+ "name" : " Get product template" ,
1552
+ "request" : {
1553
+ "method" : " GET" ,
1554
+ "header" : [
1555
+ {
1556
+ "key" : " Content-Type" ,
1557
+ "value" : " application/json"
1558
+ },
1559
+ {
1560
+ "key" : " Authorization" ,
1561
+ "value" : " Bearer {{jwt-token}}"
1562
+ }
1563
+ ],
1564
+ "body" : {
1565
+ "mode" : " raw" ,
1566
+ "raw" : " {\r\n \" param\" :{\r\n \" name\" :\" new name\" ,\r\n \" key\" :\" new key\" ,\r\n \" category\" :\" new category\" ,\r\n \" scope\" :{\r\n \" scope1\" :\" scope 1\"\r\n },\r\n \" phases\" :{\r\n \" phase1\" :\" phase 1\"\r\n }\r\n }\r\n }"
1567
+ },
1568
+ "url" : " {{api-url}}/v4/productTemplates/1"
1569
+ },
1570
+ "response" : []
1571
+ },
1572
+ {
1573
+ "name" : " Update product template" ,
1574
+ "request" : {
1575
+ "method" : " PATCH" ,
1576
+ "header" : [
1577
+ {
1578
+ "key" : " Content-Type" ,
1579
+ "value" : " application/json"
1580
+ },
1581
+ {
1582
+ "key" : " Authorization" ,
1583
+ "value" : " Bearer {{jwt-token}}"
1584
+ }
1585
+ ],
1586
+ "body" : {
1587
+ "mode" : " raw" ,
1588
+ "raw" : " {\r\n \" param\" :{\r\n \" name\" :\" new name\" ,\r\n \" productKey\" :\" new productKey\" ,\r\n \" icon\" :\" http://example.com/icon-new.ico\" ,\r\n \" brief\" : \" new brief\" ,\r\n \" details\" : \" new details\" ,\r\n \" aliases\" :{\r\n \" alias1\" :\" scope 1\" ,\r\n \" alias2\" : [\" a\" ]\r\n },\r\n \" template\" :{\r\n \" template1\" :\" template 1\" ,\r\n \" template2\" : {\r\n \t\" another\" : \" another\"\r\n }\r\n }\r\n }\r\n }"
1589
+ },
1590
+ "url" : " {{api-url}}/v4/productTemplates/1"
1591
+ },
1592
+ "response" : []
1593
+ },
1594
+ {
1595
+ "name" : " Delete product template" ,
1596
+ "request" : {
1597
+ "method" : " DELETE" ,
1598
+ "header" : [
1599
+ {
1600
+ "key" : " Content-Type" ,
1601
+ "value" : " application/json"
1602
+ },
1603
+ {
1604
+ "key" : " Authorization" ,
1605
+ "value" : " Bearer {{jwt-token}}"
1606
+ }
1607
+ ],
1608
+ "body" : {
1609
+ "mode" : " raw" ,
1610
+ "raw" : " {\r\n \" param\" :{\r\n \" name\" :\" new name\" ,\r\n \" key\" :\" new key\" ,\r\n \" category\" :\" new category\" ,\r\n \" scope\" :{\r\n \" scope1\" :\" scope 1\" ,\r\n \" scope2\" : [\" a\" ]\r\n },\r\n \" phases\" :{\r\n \" phase1\" :\" phase 1\" ,\r\n \" phase2\" : {\r\n \t\" another\" : \" another\"\r\n }\r\n }\r\n }\r\n }"
1611
+ },
1612
+ "url" : " {{api-url}}/v4/productTemplates/1"
1613
+ },
1614
+ "response" : []
1615
+ }
1616
+ ]
1379
1617
}
1380
1618
]
1381
1619
}
0 commit comments