Skip to content

Commit

Permalink
chore(OPENAPI_DOC.yml): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Dec 20, 2023
1 parent 836343b commit 357b960
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions OPENAPI_DOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18211,6 +18211,14 @@ components:
support:
type: boolean
nullable: true
login_count:
type: integer
format: Int64
nullable: true
last_login:
type: string
format: date-time
nullable: true
authority_id:
type: string
nullable: true
Expand Down Expand Up @@ -22231,6 +22239,13 @@ components:
type: boolean
support:
type: boolean
login_count:
type: integer
format: Int64
last_login:
type: string
format: date-time
nullable: true
authority_id:
type: string
nullable: true
Expand All @@ -22245,6 +22260,7 @@ components:
- groups
- sys_admin
- support
- login_count
PlaceOS__Api__Users__AccessToken:
type: object
properties:
Expand Down Expand Up @@ -22323,6 +22339,13 @@ components:
type: boolean
support:
type: boolean
login_count:
type: integer
format: Int64
last_login:
type: string
format: date-time
nullable: true
authority_id:
type: string
nullable: true
Expand All @@ -22337,6 +22360,7 @@ components:
- groups
- sys_admin
- support
- login_count
- type: object
properties:
created_at:
Expand Down Expand Up @@ -22402,6 +22426,13 @@ components:
type: boolean
support:
type: boolean
login_count:
type: integer
format: Int64
last_login:
type: string
format: date-time
nullable: true
authority_id:
type: string
nullable: true
Expand All @@ -22416,6 +22447,7 @@ components:
- groups
- sys_admin
- support
- login_count
- type: object
properties:
created_at:
Expand Down Expand Up @@ -22634,6 +22666,14 @@ components:
support:
type: boolean
nullable: true
login_count:
type: integer
format: Int64
nullable: true
last_login:
type: string
format: date-time
nullable: true
authority_id:
type: string
nullable: true
Expand Down

0 comments on commit 357b960

Please sign in to comment.