Skip to content

Commit

Permalink
Added 'last_login' to 'LimitedUser' schema (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
MineTech13 authored Sep 25, 2024
1 parent 5443942 commit 137a281
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/components/schemas/LimitedUser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ properties:
type: boolean
last_platform:
$ref: ./Platform.yaml
last_login:
type: string
nullable: true
format: date-time
profilePicOverride:
type: string
pronouns:
Expand Down

0 comments on commit 137a281

Please sign in to comment.