Updating documentation
This commit is contained in:
parent
335164df8b
commit
c0111255d7
|
@ -369,10 +369,6 @@ paths:
|
||||||
in: header
|
in: header
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
- name: User-Agent
|
|
||||||
in: header
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
|
@ -2864,15 +2860,8 @@ components:
|
||||||
eachRegistrationIdValid:
|
eachRegistrationIdValid:
|
||||||
type: boolean
|
type: boolean
|
||||||
pniRegistrationId:
|
pniRegistrationId:
|
||||||
type: object
|
type: integer
|
||||||
properties:
|
format: int32
|
||||||
empty:
|
|
||||||
type: boolean
|
|
||||||
present:
|
|
||||||
type: boolean
|
|
||||||
asInt:
|
|
||||||
type: integer
|
|
||||||
format: int32
|
|
||||||
DeviceCapabilities:
|
DeviceCapabilities:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -3054,14 +3043,14 @@ components:
|
||||||
ECPublicKey:
|
ECPublicKey:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
type:
|
|
||||||
type: integer
|
|
||||||
format: int32
|
|
||||||
publicKeyBytes:
|
publicKeyBytes:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
format: byte
|
format: byte
|
||||||
|
type:
|
||||||
|
type: integer
|
||||||
|
format: int32
|
||||||
ECSignedPreKey:
|
ECSignedPreKey:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in New Issue