Updating documentation
This commit is contained in:
parent
bbdcb82e86
commit
edfc25832b
|
@ -447,6 +447,8 @@ paths:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/StaleDevices'
|
$ref: '#/components/schemas/StaleDevices'
|
||||||
|
"413":
|
||||||
|
description: One or more device messages was too large
|
||||||
"422":
|
"422":
|
||||||
description: The request did not pass validation
|
description: The request did not pass validation
|
||||||
"423":
|
"423":
|
||||||
|
@ -511,6 +513,8 @@ paths:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/StaleDevices'
|
$ref: '#/components/schemas/StaleDevices'
|
||||||
|
"413":
|
||||||
|
description: One or more device messages was too large
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
/v2/accounts/data_report:
|
/v2/accounts/data_report:
|
||||||
|
@ -4177,6 +4181,8 @@ components:
|
||||||
description: |
|
description: |
|
||||||
The PNI-associated identity key for the account, encoded as a base64 string.
|
The PNI-associated identity key for the account, encoded as a base64 string.
|
||||||
IncomingMessage:
|
IncomingMessage:
|
||||||
|
required:
|
||||||
|
- content
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
type:
|
type:
|
||||||
|
@ -4189,7 +4195,10 @@ components:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
content:
|
content:
|
||||||
|
maxLength: 2147483647
|
||||||
|
minLength: 1
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
validEnvelopeType:
|
validEnvelopeType:
|
||||||
type: boolean
|
type: boolean
|
||||||
KEMSignedPreKey:
|
KEMSignedPreKey:
|
||||||
|
|
Loading…
Reference in New Issue