Skip to content

Commit

Permalink
Update spec to v0.19.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MV-GH committed Jan 23, 2024
1 parent ba35f28 commit 72e6e72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lemmy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ListPostLikesResponse'
summary: '[MANUAL] TODO until fix'
summary: List a posts's likes. Admin-only.
/comment/like/list:
get:
tags:
Expand All @@ -1570,7 +1570,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ListCommentLikesResponse'
summary: '[MANUAL] TODO until fix'
summary: List a comment's likes. Admin-only.
components:
securitySchemes:
bearerAuth:
Expand Down
4 changes: 2 additions & 2 deletions partials/api_routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ paths:
application/json:
schema:
$ref: 'components.yaml#/components/schemas/ListPostLikesResponse'
summary: '[MANUAL] TODO until fix'
summary: 'List a posts''s likes. Admin-only.'
/comment/like/list:
get:
tags:
Expand All @@ -1631,4 +1631,4 @@ paths:
application/json:
schema:
$ref: 'components.yaml#/components/schemas/ListCommentLikesResponse'
summary: '[MANUAL] TODO until fix'
summary: 'List a comment''s likes. Admin-only.'

0 comments on commit 72e6e72

Please sign in to comment.