Skip to content

Commit 8b080f6

Browse files
authored
Merge pull request #66 from judemanutd/develop
Doc Update
2 parents 18b6685 + 7813e50 commit 8b080f6

File tree

1 file changed

+68
-58
lines changed

1 file changed

+68
-58
lines changed

public/admin_api_doc.dev.yml

Lines changed: 68 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,36 +1428,41 @@ paths:
14281428
schema:
14291429
type: object
14301430
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
14551464
required:
1456-
- title
1457-
- componentId
1458-
- technologyId
1459-
- categoryId
1460-
- projectId
1465+
- payload
14611466
responses:
14621467
200:
14631468
$ref: "#/components/responses/InsertUpdateResponse"
@@ -1504,36 +1509,41 @@ paths:
15041509
schema:
15051510
type: object
15061511
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
15311545
required:
1532-
- title
1533-
- componentId
1534-
- technologyId
1535-
- categoryId
1536-
- projectId
1546+
- payload
15371547
responses:
15381548
200:
15391549
$ref: "#/components/responses/InsertUpdateResponse"

0 commit comments

Comments
 (0)