Updating documentation

This commit is contained in:
Documentation Updater
2026-07-30 00:04:58 +00:00
parent c8c086cabb
commit f12648c67f
4 changed files with 23 additions and 10 deletions
+4 -2
View File
@@ -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>
+3 -2
View File
@@ -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
View File
File diff suppressed because one or more lines are too long
+14 -4
View File
@@ -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 accounts phone number."
\ not supported in the region of the accounts 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