Updating documentation

This commit is contained in:
Documentation Updater 2023-07-28 20:09:03 +00:00
parent 16fe53a281
commit a95fafde1a
1 changed files with 9 additions and 7 deletions

View File

@ -3290,11 +3290,11 @@ components:
properties:
open:
type: boolean
userAgent:
type: string
createdTimestamp:
type: integer
format: int64
userAgent:
type: string
WebSocketSessionContext:
type: object
properties:
@ -3637,13 +3637,15 @@ components:
Element:
required:
- fingerprint
- uuid
type: object
properties:
uuid:
type: string
description: A service identifier is a tuple of a UUID and identity type
that identifies an account and identity within the Signal service.
aci:
type: string
description: An identifier for an account based on the account's ACI
fingerprint:
type: array
items:
@ -3675,16 +3677,16 @@ components:
type: string
commitment:
$ref: '#/components/schemas/ProfileKeyCommitment'
badges:
type: array
items:
type: string
avatarChange:
type: string
enum:
- UNCHANGED
- CLEAR
- UPDATE
badges:
type: array
items:
type: string
ProfileKeyCommitment:
type: object
properties: