Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion openapi/paths/comments/_id/deleteComment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ summary: Delete a Comment
description: Delete an existing comment. This action is only available to authenticated users.
operationId: deleteComment
parameters:
- $ref: ../../../components/parameters.yaml#/Id
- $ref: ../../../components/parameters.yaml#/UUId
responses:
'204':
description: The resource was deleted successfully.
Expand Down
2 changes: 1 addition & 1 deletion openapi/paths/comments/_id/getComment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ summary: Get Comment by ID
description: Returns a single comment by primary key.
operationId: getComment
parameters:
- $ref: ../../../components/parameters.yaml#/Id
- $ref: ../../../components/parameters.yaml#/UUId
- $ref: ../../../components/parameters.yaml#/Fields
- $ref: ../../../components/parameters.yaml#/Meta
responses:
Expand Down
2 changes: 1 addition & 1 deletion openapi/paths/comments/_id/updateComment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ summary: Update a Comment
description: Update an existing comment. This action is only available to authenticated users.
operationId: updateComment
parameters:
- $ref: ../../../components/parameters.yaml#/Id
- $ref: ../../../components/parameters.yaml#/UUId
- $ref: ../../../components/parameters.yaml#/Meta
requestBody:
content:
Expand Down