Skip to content

Commit

Permalink
Fix response hide post (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV-GH authored Apr 27, 2024
1 parent 1ecbae1 commit a8663bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lemmy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1619,10 +1619,6 @@ paths:
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/PostResponse'
summary: Hide a post from list views.
components:
securitySchemes:
Expand Down
4 changes: 0 additions & 4 deletions partials/api_routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1680,8 +1680,4 @@ paths:
responses:
200:
description: OK
content:
application/json:
schema:
$ref: 'components.yaml#/components/schemas/PostResponse'
summary: Hide a post from list views.

0 comments on commit a8663bf

Please sign in to comment.