Skip to content

Commit

Permalink
Merge branch '0.19.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
shadone committed Jun 1, 2024
2 parents 2cc162c + e29d227 commit 4303681
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions Lemmy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2800,20 +2800,11 @@ components:
$ref: '#/components/schemas/ErrorResponse'

UnauthorizedResponse:
description: And authorization error has occurred.
description: An authorization error has occurred.
content:
application/json:
schema:
type: object
required:
- error
properties:
error:
type: string
enum:
- incorrect_login
message:
type: string
$ref: '#/components/schemas/UnauthorizedResponse'

SuccessResponse:
description: Successful operation.
Expand Down Expand Up @@ -2935,6 +2926,18 @@ components:
message:
type: string

UnauthorizedResponse:
type: object
required:
- error
properties:
error:
type: string
enum:
- incorrect_login
message:
type: string

SuccessResponse:
type: object
required:
Expand Down Expand Up @@ -4143,13 +4146,13 @@ components:
type: boolean
description: Whether emails are required.
application_question:
type: boolean
type: string
description: An optional registration application questionnaire in markdown.
private_instance:
type: boolean
description: Whether the instance is private or public.
default_theme:
type: boolean
type: string
description: The default front-end theme.
default_post_listing_type:
$ref: '#/components/schemas/ListingType'
Expand Down

0 comments on commit 4303681

Please sign in to comment.