mirror of
https://github.com/signalapp/Signal-Server
synced 2026-08-26 00:11:57 +01:00
Updating documentation
This commit is contained in:
@@ -904,7 +904,8 @@ authenticated device and associated with the caller's ACI.</p></td>
|
||||
</code>
|
||||
</td>
|
||||
<td class="content"><p>The approximate number of one-time EC pre-keys stored for the
|
||||
authenticated device and associated with the caller's PNI.</p></td>
|
||||
authenticated device and associated with the caller's PNI. 0 if
|
||||
the account does not possess a phone number.</p></td>
|
||||
|
||||
</tr>
|
||||
|
||||
@@ -920,7 +921,8 @@ authenticated device and associated with the caller's PNI.</p></td>
|
||||
</code>
|
||||
</td>
|
||||
<td class="content"><p>The approximate number of one-time KEM pre-keys stored for the
|
||||
authenticated device and associated with the caller's PNI.</p></td>
|
||||
authenticated device and associated with the caller's PNI. 0 if
|
||||
the account does not possess a phone number.</p></td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -2599,8 +2599,9 @@ another device on the account may have written an update the caller does not kno
|
||||
</a>
|
||||
</code>
|
||||
</td>
|
||||
<td class="content"><p>Payments are not permitted in the account's region, based on its phone number.
|
||||
The request should be retried without `payment_address.</p></td>
|
||||
<td class="content"><p>Payments are not permitted in the account's region, based on its phone
|
||||
number or the caller's IP address if the account does not have a phone
|
||||
number. The request should be retried without `payment_address.</p></td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
@@ -2299,6 +2299,9 @@ paths:
|
||||
"200":
|
||||
description: Indicates that client and server have consistent views of repeated-use
|
||||
keys
|
||||
"400":
|
||||
description: The request was malformed or the account does not support the
|
||||
requested identityType
|
||||
"401":
|
||||
description: Account authentication check failed
|
||||
"409":
|
||||
@@ -2395,6 +2398,9 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/PreKeyCount"
|
||||
"400":
|
||||
description: The request was malformed or the account does not support the
|
||||
requested identityType
|
||||
"401":
|
||||
description: Account authentication check failed.
|
||||
security:
|
||||
@@ -2426,6 +2432,9 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: Indicates that new keys were successfully stored.
|
||||
"400":
|
||||
description: The request was malformed or the account does not support the
|
||||
requested identityType
|
||||
"401":
|
||||
description: Account authentication check failed.
|
||||
"403":
|
||||
@@ -2978,7 +2987,8 @@ paths:
|
||||
description: Account authentication check failed.
|
||||
"403":
|
||||
description: "The request contained a payment address, but payments are\
|
||||
\ not supported in the region of the account’s phone number."
|
||||
\ not supported in the region of the account’s phone number or the caller's\
|
||||
\ ASN if the account does not have a phone number."
|
||||
"412":
|
||||
description: The requesting account has the profiles_v2 capability
|
||||
"422":
|
||||
@@ -5689,12 +5699,12 @@ components:
|
||||
DonationPermit:
|
||||
type: object
|
||||
properties:
|
||||
expiration:
|
||||
type: string
|
||||
format: date-time
|
||||
spendId:
|
||||
type: string
|
||||
format: byte
|
||||
expiration:
|
||||
type: string
|
||||
format: date-time
|
||||
internalContentsForJNI:
|
||||
type: string
|
||||
format: byte
|
||||
|
||||
Reference in New Issue
Block a user