Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 68 additions & 58 deletions public/admin_api_doc.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1428,36 +1428,41 @@ paths:
schema:
type: object
properties:
title:
type: string
description: title for the portfolio
example: Mobile project
description:
type: string
description: long description for the portfolio
example: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
componentId:
type: array
items:
type: string
technologyId:
type: array
items:
type: string
categoryId:
type: array
items:
type: string
projectId:
type: array
items:
type: string
payload:
type: object
properties:
title:
type: string
description: title for the portfolio
example: Mobile project
description:
type: string
description: long description for the portfolio
example: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
componentId:
type: array
items:
type: string
technologyId:
type: array
items:
type: string
categoryId:
type: array
items:
type: string
projectId:
type: array
items:
type: string
required:
- title
- componentId
- technologyId
- categoryId
- projectId
required:
- title
- componentId
- technologyId
- categoryId
- projectId
- payload
responses:
200:
$ref: "#/components/responses/InsertUpdateResponse"
Expand Down Expand Up @@ -1504,36 +1509,41 @@ paths:
schema:
type: object
properties:
title:
type: string
description: title for the portfolio
example: Mobile project
description:
type: string
description: long description for the portfolio
example: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
componentId:
type: array
items:
type: string
technologyId:
type: array
items:
type: string
categoryId:
type: array
items:
type: string
projectId:
type: array
items:
type: string
payload:
type: object
properties:
title:
type: string
description: title for the portfolio
example: Mobile project
description:
type: string
description: long description for the portfolio
example: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
componentId:
type: array
items:
type: string
technologyId:
type: array
items:
type: string
categoryId:
type: array
items:
type: string
projectId:
type: array
items:
type: string
required:
- title
- componentId
- technologyId
- categoryId
- projectId
required:
- title
- componentId
- technologyId
- categoryId
- projectId
- payload
responses:
200:
$ref: "#/components/responses/InsertUpdateResponse"
Expand Down