deploy
This commit is contained in:
@@ -13,6 +13,15 @@ For write, update, or delete operations, state the intended action before callin
|
||||
|
||||
## Operations
|
||||
|
||||
### api_delete_comment_api_v1_comments_comment_uuid_delete
|
||||
|
||||
- Operation ID: `api_delete_comment_api_v1_comments_comment_uuid_delete`
|
||||
- Route: `DELETE /api/v1/comments/{comment_uuid}`
|
||||
- Mode: WRITE
|
||||
- Summary: Delete a comment
|
||||
- Parameters:
|
||||
- `comment_uuid` in `path` required
|
||||
|
||||
### api_update_comment_api_v1_comments_comment_uuid_put
|
||||
|
||||
- Operation ID: `api_update_comment_api_v1_comments_comment_uuid_put`
|
||||
@@ -23,12 +32,12 @@ For write, update, or delete operations, state the intended action before callin
|
||||
- `comment_uuid` in `path` required
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### api_delete_comment_api_v1_comments_comment_uuid_delete
|
||||
### api_remove_comment_upvote_api_v1_comments_comment_uui_b71c8dd381
|
||||
|
||||
- Operation ID: `api_delete_comment_api_v1_comments_comment_uuid_delete`
|
||||
- Route: `DELETE /api/v1/comments/{comment_uuid}`
|
||||
- Operation ID: `api_remove_comment_upvote_api_v1_comments_comment_uuid_vote_delete`
|
||||
- Route: `DELETE /api/v1/comments/{comment_uuid}/vote`
|
||||
- Mode: WRITE
|
||||
- Summary: Delete a comment
|
||||
- Summary: Remove an upvote from a comment
|
||||
- Parameters:
|
||||
- `comment_uuid` in `path` required
|
||||
|
||||
@@ -40,12 +49,3 @@ For write, update, or delete operations, state the intended action before callin
|
||||
- Summary: Upvote a comment
|
||||
- Parameters:
|
||||
- `comment_uuid` in `path` required
|
||||
|
||||
### api_remove_comment_upvote_api_v1_comments_comment_uuid_vote_delete
|
||||
|
||||
- Operation ID: `api_remove_comment_upvote_api_v1_comments_comment_uuid_vote_delete`
|
||||
- Route: `DELETE /api/v1/comments/{comment_uuid}/vote`
|
||||
- Mode: WRITE
|
||||
- Summary: Remove an upvote from a comment
|
||||
- Parameters:
|
||||
- `comment_uuid` in `path` required
|
||||
|
||||
Reference in New Issue
Block a user