Updating documentation
This commit is contained in:
parent
165141acaf
commit
a36d86d0d7
|
@ -3164,10 +3164,10 @@ components:
|
||||||
format: int32
|
format: int32
|
||||||
description: "the new phone-number-identity registration ID for each enabled\
|
description: "the new phone-number-identity registration ID for each enabled\
|
||||||
\ device on the account, including this one"
|
\ device on the account, including this one"
|
||||||
signatureValidOnEachSignedPreKey:
|
|
||||||
type: boolean
|
|
||||||
eachPniRegistrationIdValid:
|
eachPniRegistrationIdValid:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
signatureValidOnEachSignedPreKey:
|
||||||
|
type: boolean
|
||||||
valid:
|
valid:
|
||||||
type: boolean
|
type: boolean
|
||||||
ECPublicKey:
|
ECPublicKey:
|
||||||
|
@ -4706,6 +4706,13 @@ components:
|
||||||
- voice
|
- voice
|
||||||
client:
|
client:
|
||||||
type: string
|
type: string
|
||||||
|
SenderOverride:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
smsSenderOverride:
|
||||||
|
type: string
|
||||||
|
voiceSenderOverride:
|
||||||
|
type: string
|
||||||
SubmitVerificationCodeRequest:
|
SubmitVerificationCodeRequest:
|
||||||
required:
|
required:
|
||||||
- code
|
- code
|
||||||
|
|
Loading…
Reference in New Issue