diff --git a/openapi/components/schemas/CurrentUser.yaml b/openapi/components/schemas/CurrentUser.yaml index 14137cbf..ba1217c5 100644 --- a/openapi/components/schemas/CurrentUser.yaml +++ b/openapi/components/schemas/CurrentUser.yaml @@ -30,6 +30,10 @@ properties: $ref: ./AgeVerified.yaml allowAvatarCopying: type: boolean + appleDetails: + type: object + appleId: + type: string authToken: type: string description: The auth token for NEWLY REGISTERED ACCOUNTS ONLY (/auth/register) @@ -201,6 +205,10 @@ properties: type: array items: $ref: ./Tag.yaml + twitchDetails: + type: object + twitchId: + type: string twoFactorAuthEnabled: type: boolean twoFactorAuthEnabledDate: