Updating documentation

This commit is contained in:
Documentation Updater 2023-07-19 18:50:27 +00:00
parent 652e3b1e06
commit ab6b6ab09d
1 changed files with 28 additions and 22 deletions

View File

@ -2459,9 +2459,21 @@ components:
properties:
usernameHash:
type: array
description: "The hash of the confirmed username, as supplied in the request"
items:
type: string
description: "The hash of the confirmed username, as supplied in the request"
format: byte
usernameLinkHandle:
$ref: '#/components/schemas/UsernameLinkHandle'
UsernameLinkHandle:
required:
- usernameLinkHandle
type: object
properties:
usernameLinkHandle:
type: string
format: uuid
ConfirmUsernameHashRequest:
type: object
properties:
@ -2475,6 +2487,20 @@ components:
items:
type: string
format: byte
encryptedUsername:
$ref: '#/components/schemas/EncryptedUsername'
EncryptedUsername:
required:
- usernameLinkEncryptedValue
type: object
properties:
usernameLinkEncryptedValue:
maxItems: 128
minItems: 1
type: array
items:
type: string
format: byte
AccountIdentityResponse:
type: object
properties:
@ -2518,18 +2544,6 @@ components:
uuid:
type: string
format: uuid
EncryptedUsername:
required:
- usernameLinkEncryptedValue
type: object
properties:
usernameLinkEncryptedValue:
maxItems: 128
minItems: 1
type: array
items:
type: string
format: byte
ReserveUsernameHashResponse:
type: object
properties:
@ -2659,14 +2673,6 @@ components:
maxLength: 64
minLength: 64
type: string
UsernameLinkHandle:
required:
- usernameLinkHandle
type: object
properties:
usernameLinkHandle:
type: string
format: uuid
MismatchedDevices:
type: object
properties:
@ -3678,10 +3684,10 @@ components:
$ref: '#/components/schemas/ApnRegistrationId'
gcmToken:
$ref: '#/components/schemas/GcmRegistrationId'
everySignedKeyValid:
type: boolean
completeRequest:
type: boolean
everySignedKeyValid:
type: boolean
valid:
type: boolean
UserRemoteConfig: