Skip to content

Commit

Permalink
fix api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoham24 committed Sep 17, 2024
1 parent b799d8c commit 073e0b5
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions server/schemas/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ paths:
operationId: ModelFilter
security:
- bearerAuth: []
summary: Returns a models.
summary: Returns a list of models.
tags:
- Models
description: Returns a models.
description: Returns a list of models.
responses:
'200':
description: A JSON array of user names
Expand Down Expand Up @@ -733,8 +733,10 @@ paths:
description: Internal server error
post:
operationId: ItemCreateWithProject
summary: Create an Item.
tags:
- Items project
description: Create an Item.
security:
- bearerAuth: []
requestBody:
Expand Down Expand Up @@ -836,7 +838,7 @@ paths:
operationId: ItemGet
security:
- bearerAuth: []
summary: Returns an items.
summary: Returns an item.
tags:
- Items
description: Returns an item.
Expand Down Expand Up @@ -927,6 +929,7 @@ paths:
- $ref: '#/components/parameters/itemIdParam'
get:
operationId: ItemCommentList
summary: get an item comment
tags:
- Items comments
security:
Expand All @@ -951,6 +954,7 @@ paths:
description: Not found
post:
operationId: ItemCommentCreate
summary: create an item comment
tags:
- Items comments
security:
Expand Down Expand Up @@ -1013,6 +1017,7 @@ paths:
description: Not found
delete:
operationId: ItemCommentDelete
summary: delete item comment
tags:
- Items comments
security:
Expand Down Expand Up @@ -1175,6 +1180,7 @@ paths:
- $ref: '#/components/parameters/assetIdParam'
get:
operationId: AssetGet
summary: get asset
tags:
- Assets
responses:
Expand All @@ -1192,6 +1198,7 @@ paths:
description: Not found
delete:
operationId: AssetDelete
summary: delete asset
tags:
- Assets
responses:
Expand All @@ -1216,6 +1223,7 @@ paths:
- $ref: '#/components/parameters/assetIdParam'
get:
operationId: AssetCommentList
summary: get asset comments
tags:
- Assets comments
security:
Expand All @@ -1240,6 +1248,7 @@ paths:
description: Not found
post:
operationId: AssetCommentCreate
summary: create asset comments
tags:
- Assets comments
security:
Expand Down Expand Up @@ -1302,6 +1311,7 @@ paths:
description: Not found
delete:
operationId: AssetCommentDelete
summary: delete asset comments
tags:
- Assets comments
security:
Expand Down

0 comments on commit 073e0b5

Please sign in to comment.