Updating documentation
This commit is contained in:
parent
834fdb5088
commit
c02e8928df
|
@ -484,6 +484,11 @@ paths:
|
||||||
description: Updates key material for the phone-number identity for all devices
|
description: Updates key material for the phone-number identity for all devices
|
||||||
and sends a synchronization message to companion devices
|
and sends a synchronization message to companion devices
|
||||||
operationId: distributePhoneNumberIdentityKeys
|
operationId: distributePhoneNumberIdentityKeys
|
||||||
|
parameters:
|
||||||
|
- name: User-Agent
|
||||||
|
in: header
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
|
@ -1371,6 +1376,10 @@ paths:
|
||||||
in: header
|
in: header
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/BasicAuthorizationHeader'
|
$ref: '#/components/schemas/BasicAuthorizationHeader'
|
||||||
|
- name: User-Agent
|
||||||
|
in: header
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
|
@ -1675,6 +1684,10 @@ paths:
|
||||||
Upload a new signed elliptic-curve prekey for this device. Deprecated; use PUT /v2/keys instead.
|
Upload a new signed elliptic-curve prekey for this device. Deprecated; use PUT /v2/keys instead.
|
||||||
operationId: setSignedKey
|
operationId: setSignedKey
|
||||||
parameters:
|
parameters:
|
||||||
|
- name: User-Agent
|
||||||
|
in: header
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
- name: identity
|
- name: identity
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
|
@ -3213,8 +3226,6 @@ 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
|
||||||
valid:
|
valid:
|
||||||
|
@ -3336,8 +3347,6 @@ components:
|
||||||
format: int32
|
format: int32
|
||||||
description: "The new registration ID to use for the phone-number identity\
|
description: "The new registration ID to use for the phone-number identity\
|
||||||
\ of each device, including this one."
|
\ of each device, including this one."
|
||||||
signatureValidOnEachSignedPreKey:
|
|
||||||
type: boolean
|
|
||||||
AccountAndDevicesDataReport:
|
AccountAndDevicesDataReport:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -4497,8 +4506,6 @@ components:
|
||||||
$ref: '#/components/schemas/ApnRegistrationId'
|
$ref: '#/components/schemas/ApnRegistrationId'
|
||||||
gcmToken:
|
gcmToken:
|
||||||
$ref: '#/components/schemas/GcmRegistrationId'
|
$ref: '#/components/schemas/GcmRegistrationId'
|
||||||
everySignedKeyValid:
|
|
||||||
type: boolean
|
|
||||||
valid:
|
valid:
|
||||||
type: boolean
|
type: boolean
|
||||||
UserRemoteConfig:
|
UserRemoteConfig:
|
||||||
|
|
Loading…
Reference in New Issue