Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Update openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Jul 15, 2023
1 parent 7b1e608 commit 0599a03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ components:
- friendUserIds
- id
- lastOnline
- ownedDeviceIds
- ssoConnections
- status
- statusText
Expand Down Expand Up @@ -870,6 +871,12 @@ components:
- $ref: '#/components/schemas/UserStatus'
statusText:
type: string
ownedDeviceIds:
type: array
items:
type: string
format: uuid
description: Ids of devices this account owns
friendUserIds:
type: array
items:
Expand Down

0 comments on commit 0599a03

Please sign in to comment.