@@ -1428,36 +1428,41 @@ paths:
1428
1428
schema :
1429
1429
type : object
1430
1430
properties :
1431
- title :
1432
- type : string
1433
- description : title for the portfolio
1434
- example : Mobile project
1435
- description :
1436
- type : string
1437
- description : long description for the portfolio
1438
- example : Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
1439
- componentId :
1440
- type : array
1441
- items :
1442
- type : string
1443
- technologyId :
1444
- type : array
1445
- items :
1446
- type : string
1447
- categoryId :
1448
- type : array
1449
- items :
1450
- type : string
1451
- projectId :
1452
- type : array
1453
- items :
1454
- type : string
1431
+ payload :
1432
+ type : object
1433
+ properties :
1434
+ title :
1435
+ type : string
1436
+ description : title for the portfolio
1437
+ example : Mobile project
1438
+ description :
1439
+ type : string
1440
+ description : long description for the portfolio
1441
+ example : Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
1442
+ componentId :
1443
+ type : array
1444
+ items :
1445
+ type : string
1446
+ technologyId :
1447
+ type : array
1448
+ items :
1449
+ type : string
1450
+ categoryId :
1451
+ type : array
1452
+ items :
1453
+ type : string
1454
+ projectId :
1455
+ type : array
1456
+ items :
1457
+ type : string
1458
+ required :
1459
+ - title
1460
+ - componentId
1461
+ - technologyId
1462
+ - categoryId
1463
+ - projectId
1455
1464
required :
1456
- - title
1457
- - componentId
1458
- - technologyId
1459
- - categoryId
1460
- - projectId
1465
+ - payload
1461
1466
responses :
1462
1467
200 :
1463
1468
$ref : " #/components/responses/InsertUpdateResponse"
@@ -1504,36 +1509,41 @@ paths:
1504
1509
schema :
1505
1510
type : object
1506
1511
properties :
1507
- title :
1508
- type : string
1509
- description : title for the portfolio
1510
- example : Mobile project
1511
- description :
1512
- type : string
1513
- description : long description for the portfolio
1514
- example : Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
1515
- componentId :
1516
- type : array
1517
- items :
1518
- type : string
1519
- technologyId :
1520
- type : array
1521
- items :
1522
- type : string
1523
- categoryId :
1524
- type : array
1525
- items :
1526
- type : string
1527
- projectId :
1528
- type : array
1529
- items :
1530
- type : string
1512
+ payload :
1513
+ type : object
1514
+ properties :
1515
+ title :
1516
+ type : string
1517
+ description : title for the portfolio
1518
+ example : Mobile project
1519
+ description :
1520
+ type : string
1521
+ description : long description for the portfolio
1522
+ example : Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
1523
+ componentId :
1524
+ type : array
1525
+ items :
1526
+ type : string
1527
+ technologyId :
1528
+ type : array
1529
+ items :
1530
+ type : string
1531
+ categoryId :
1532
+ type : array
1533
+ items :
1534
+ type : string
1535
+ projectId :
1536
+ type : array
1537
+ items :
1538
+ type : string
1539
+ required :
1540
+ - title
1541
+ - componentId
1542
+ - technologyId
1543
+ - categoryId
1544
+ - projectId
1531
1545
required :
1532
- - title
1533
- - componentId
1534
- - technologyId
1535
- - categoryId
1536
- - projectId
1546
+ - payload
1537
1547
responses :
1538
1548
200 :
1539
1549
$ref : " #/components/responses/InsertUpdateResponse"
0 commit comments