Updating documentation
This commit is contained in:
parent
4215ef6aa9
commit
6e7a06d7be
|
@ -3770,6 +3770,12 @@ components:
|
||||||
false and if a device transfer is technically possible, the registration request will
|
false and if a device transfer is technically possible, the registration request will
|
||||||
fail with an HTTP/409 response indicating that the client should prompt the user to
|
fail with an HTTP/409 response indicating that the client should prompt the user to
|
||||||
transfer data from an existing device.
|
transfer data from an existing device.
|
||||||
|
requireAtomic:
|
||||||
|
type: boolean
|
||||||
|
description: |
|
||||||
|
If true, indicates that this is a request for "atomic" registration. If any properties
|
||||||
|
needed for atomic account creation are not present, the request will fail. If false,
|
||||||
|
atomic account creation can still occur, but only if all required fields are present.
|
||||||
aciIdentityKey:
|
aciIdentityKey:
|
||||||
$ref: '#/components/schemas/IdentityKey'
|
$ref: '#/components/schemas/IdentityKey'
|
||||||
pniIdentityKey:
|
pniIdentityKey:
|
||||||
|
@ -3786,10 +3792,10 @@ components:
|
||||||
$ref: '#/components/schemas/ApnRegistrationId'
|
$ref: '#/components/schemas/ApnRegistrationId'
|
||||||
gcmToken:
|
gcmToken:
|
||||||
$ref: '#/components/schemas/GcmRegistrationId'
|
$ref: '#/components/schemas/GcmRegistrationId'
|
||||||
everySignedKeyValid:
|
|
||||||
type: boolean
|
|
||||||
completeRequest:
|
completeRequest:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
everySignedKeyValid:
|
||||||
|
type: boolean
|
||||||
valid:
|
valid:
|
||||||
type: boolean
|
type: boolean
|
||||||
UserRemoteConfig:
|
UserRemoteConfig:
|
||||||
|
|
Loading…
Reference in New Issue