diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index 865155575..6d54896da 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -3164,10 +3164,10 @@ components: format: int32 description: "the new phone-number-identity registration ID for each enabled\ \ device on the account, including this one" - signatureValidOnEachSignedPreKey: - type: boolean eachPniRegistrationIdValid: type: boolean + signatureValidOnEachSignedPreKey: + type: boolean valid: type: boolean ECPublicKey: @@ -4706,6 +4706,13 @@ components: - voice client: type: string + SenderOverride: + type: object + properties: + smsSenderOverride: + type: string + voiceSenderOverride: + type: string SubmitVerificationCodeRequest: required: - code