2345
2345
"response" : []
2346
2346
}
2347
2347
]
2348
+ },
2349
+ {
2350
+ "name" : " Project Templates" ,
2351
+ "description" : " " ,
2352
+ "item" : [
2353
+ {
2354
+ "name" : " Create project template" ,
2355
+ "request" : {
2356
+ "method" : " POST" ,
2357
+ "header" : [
2358
+ {
2359
+ "key" : " Content-Type" ,
2360
+ "value" : " application/json"
2361
+ },
2362
+ {
2363
+ "key" : " Authorization" ,
2364
+ "value" : " Bearer {{jwt-token}}"
2365
+ }
2366
+ ],
2367
+ "body" : {
2368
+ "mode" : " raw" ,
2369
+ "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 }"
2370
+ },
2371
+ "url" : " {{api-url}}/v4/projectTemplates"
2372
+ },
2373
+ "response" : []
2374
+ },
2375
+ {
2376
+ "name" : " List project templates" ,
2377
+ "request" : {
2378
+ "method" : " GET" ,
2379
+ "header" : [
2380
+ {
2381
+ "key" : " Content-Type" ,
2382
+ "value" : " application/json"
2383
+ },
2384
+ {
2385
+ "key" : " Authorization" ,
2386
+ "value" : " Bearer {{jwt-token}}"
2387
+ }
2388
+ ],
2389
+ "body" : {
2390
+ "mode" : " raw" ,
2391
+ "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 }"
2392
+ },
2393
+ "url" : " {{api-url}}/v4/projectTemplates"
2394
+ },
2395
+ "response" : []
2396
+ },
2397
+ {
2398
+ "name" : " Get project template" ,
2399
+ "request" : {
2400
+ "method" : " GET" ,
2401
+ "header" : [
2402
+ {
2403
+ "key" : " Content-Type" ,
2404
+ "value" : " application/json"
2405
+ },
2406
+ {
2407
+ "key" : " Authorization" ,
2408
+ "value" : " Bearer {{jwt-token}}"
2409
+ }
2410
+ ],
2411
+ "body" : {
2412
+ "mode" : " raw" ,
2413
+ "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 }"
2414
+ },
2415
+ "url" : " {{api-url}}/v4/projectTemplates/1"
2416
+ },
2417
+ "response" : []
2418
+ },
2419
+ {
2420
+ "name" : " Update project template" ,
2421
+ "request" : {
2422
+ "method" : " PATCH" ,
2423
+ "header" : [
2424
+ {
2425
+ "key" : " Content-Type" ,
2426
+ "value" : " application/json"
2427
+ },
2428
+ {
2429
+ "key" : " Authorization" ,
2430
+ "value" : " Bearer {{jwt-token}}"
2431
+ }
2432
+ ],
2433
+ "body" : {
2434
+ "mode" : " raw" ,
2435
+ "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 }"
2436
+ },
2437
+ "url" : " {{api-url}}/v4/projectTemplates/1"
2438
+ },
2439
+ "response" : []
2440
+ },
2441
+ {
2442
+ "name" : " Delete project template" ,
2443
+ "request" : {
2444
+ "method" : " DELETE" ,
2445
+ "header" : [
2446
+ {
2447
+ "key" : " Content-Type" ,
2448
+ "value" : " application/json"
2449
+ },
2450
+ {
2451
+ "key" : " Authorization" ,
2452
+ "value" : " Bearer {{jwt-token}}"
2453
+ }
2454
+ ],
2455
+ "body" : {
2456
+ "mode" : " raw" ,
2457
+ "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 }"
2458
+ },
2459
+ "url" : " {{api-url}}/v4/projectTemplates/1"
2460
+ },
2461
+ "response" : []
2462
+ }
2463
+ ]
2464
+ },
2465
+ {
2466
+ "name" : " Product Templates" ,
2467
+ "description" : " " ,
2468
+ "item" : [
2469
+ {
2470
+ "name" : " Create product template" ,
2471
+ "request" : {
2472
+ "method" : " POST" ,
2473
+ "header" : [
2474
+ {
2475
+ "key" : " Content-Type" ,
2476
+ "value" : " application/json"
2477
+ },
2478
+ {
2479
+ "key" : " Authorization" ,
2480
+ "value" : " Bearer {{jwt-token}}"
2481
+ }
2482
+ ],
2483
+ "body" : {
2484
+ "mode" : " raw" ,
2485
+ "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 }"
2486
+ },
2487
+ "url" : " {{api-url}}/v4/productTemplates"
2488
+ },
2489
+ "response" : []
2490
+ },
2491
+ {
2492
+ "name" : " List product templates" ,
2493
+ "request" : {
2494
+ "method" : " GET" ,
2495
+ "header" : [
2496
+ {
2497
+ "key" : " Content-Type" ,
2498
+ "value" : " application/json"
2499
+ },
2500
+ {
2501
+ "key" : " Authorization" ,
2502
+ "value" : " Bearer {{jwt-token}}"
2503
+ }
2504
+ ],
2505
+ "body" : {
2506
+ "mode" : " raw" ,
2507
+ "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 }"
2508
+ },
2509
+ "url" : " {{api-url}}/v4/productTemplates"
2510
+ },
2511
+ "response" : []
2512
+ },
2513
+ {
2514
+ "name" : " Get product template" ,
2515
+ "request" : {
2516
+ "method" : " GET" ,
2517
+ "header" : [
2518
+ {
2519
+ "key" : " Content-Type" ,
2520
+ "value" : " application/json"
2521
+ },
2522
+ {
2523
+ "key" : " Authorization" ,
2524
+ "value" : " Bearer {{jwt-token}}"
2525
+ }
2526
+ ],
2527
+ "body" : {
2528
+ "mode" : " raw" ,
2529
+ "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 }"
2530
+ },
2531
+ "url" : " {{api-url}}/v4/productTemplates/1"
2532
+ },
2533
+ "response" : []
2534
+ },
2535
+ {
2536
+ "name" : " Update product template" ,
2537
+ "request" : {
2538
+ "method" : " PATCH" ,
2539
+ "header" : [
2540
+ {
2541
+ "key" : " Content-Type" ,
2542
+ "value" : " application/json"
2543
+ },
2544
+ {
2545
+ "key" : " Authorization" ,
2546
+ "value" : " Bearer {{jwt-token}}"
2547
+ }
2548
+ ],
2549
+ "body" : {
2550
+ "mode" : " raw" ,
2551
+ "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 }"
2552
+ },
2553
+ "url" : " {{api-url}}/v4/productTemplates/1"
2554
+ },
2555
+ "response" : []
2556
+ },
2557
+ {
2558
+ "name" : " Delete product template" ,
2559
+ "request" : {
2560
+ "method" : " DELETE" ,
2561
+ "header" : [
2562
+ {
2563
+ "key" : " Content-Type" ,
2564
+ "value" : " application/json"
2565
+ },
2566
+ {
2567
+ "key" : " Authorization" ,
2568
+ "value" : " Bearer {{jwt-token}}"
2569
+ }
2570
+ ],
2571
+ "body" : {
2572
+ "mode" : " raw" ,
2573
+ "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 }"
2574
+ },
2575
+ "url" : " {{api-url}}/v4/productTemplates/1"
2576
+ },
2577
+ "response" : []
2578
+ }
2579
+ ]
2348
2580
}
2349
2581
]
2350
2582
}
0 commit comments