Skip to content

Commit

Permalink
Remove success response (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV-GH authored Jun 23, 2024
1 parent a8663bf commit 9454548
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
14 changes: 0 additions & 14 deletions lemmy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,10 +448,6 @@ paths:
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SuccessResponse'
summary: Mark a post as read.
/post/lock:
post:
Expand Down Expand Up @@ -4988,16 +4984,6 @@ components:
additionalProperties: false
title: MarkPostAsRead
type: object
SuccessResponse:
properties:
success:
title: SuccessResponse.success
type: boolean
required:
- success
additionalProperties: false
title: SuccessResponse
type: object
LockPost:
properties:
post_id:
Expand Down
4 changes: 0 additions & 4 deletions partials/api_routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,6 @@ paths:
responses:
200:
description: OK
content:
application/json:
schema:
$ref: 'components.yaml#/components/schemas/SuccessResponse'
summary: Mark a post as read.
/post/lock:
post:
Expand Down

0 comments on commit 9454548

Please sign in to comment.