Updating documentation

This commit is contained in:
Documentation Updater
2026-07-29 19:25:35 +00:00
parent 9bba301565
commit c8c086cabb
4 changed files with 15 additions and 9 deletions
+3 -2
View File
@@ -238,7 +238,7 @@
</code>
</td>
<td class="content"><p>A list of service identifiers for the identified account. Always includes
exactly one ACI service identifier and one PNI service identifier.</p></td>
exactly one ACI service identifier and at most one PNI service identifier.</p></td>
</tr>
@@ -253,7 +253,8 @@ exactly one ACI service identifier and one PNI service identifier.</p></td>
<span>string</span>
</code>
</td>
<td class="content"><p>The phone number associated with the identified account.</p></td>
<td class="content"><p>The phone number associated with the identified account. May be empty if
the given account does not have a phone number.</p></td>
</tr>
+2 -1
View File
@@ -750,7 +750,8 @@ number with their contacts.</p>
<span>bytes</span>
</code>
</td>
<td class="content"><p>A delivery receipt that includes the caller's phone number</p></td>
<td class="content"><p>A delivery receipt that includes the caller's phone number; may be empty if
the authenticated account does not have a phone number</p></td>
</tr>
+2 -2
View File
File diff suppressed because one or more lines are too long
+8 -4
View File
@@ -4235,10 +4235,12 @@ components:
format: uuid
number:
type: string
description: the phone number associated with this account
description: the phone number associated with this account; may be null
if this account does not have a phone number
pni:
type: string
description: the account identifier for this account's phone-number identity
description: the account identifier for this account's phone-number identity;
may be null if this account does not have a phone number
format: uuid
usernameHash:
type: string
@@ -6142,10 +6144,12 @@ components:
format: uuid
number:
type: string
description: the phone number associated with this account
description: the phone number associated with this account; may be null
if this account does not have a phone number
pni:
type: string
description: the account identifier for this account's phone-number identity
description: the account identifier for this account's phone-number identity;
may be null if this account does not have a phone number
format: uuid
usernameHash:
type: string