mirror of
https://github.com/signalapp/Signal-Server
synced 2026-08-26 02:01:47 +01:00
Updating documentation
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
File diff suppressed because one or more lines are too long
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user