Updating documentation

This commit is contained in:
Documentation Updater 2025-01-10 15:58:03 +00:00
parent 9e603380fb
commit 138316ab33
1 changed files with 30 additions and 62 deletions

View File

@ -209,21 +209,6 @@ paths:
description: Ratelimited. description: Ratelimited.
security: security:
- authenticatedAccount: [] - authenticatedAccount: []
/v1/accounts/turn:
get:
tags:
- Account
operationId: getTurnToken
responses:
default:
description: default response
content:
application/json:
schema:
$ref: '#/components/schemas/TurnToken'
deprecated: true
security:
- authenticatedAccount: []
/v1/accounts/username_hash/{usernameHash}: /v1/accounts/username_hash/{usernameHash}:
get: get:
tags: tags:
@ -3853,23 +3838,6 @@ components:
type: string type: string
description: The url-safe base64-encoded encrypted username to be stored description: The url-safe base64-encoded encrypted username to be stored
for username links for username links
TurnToken:
type: object
properties:
username:
type: string
password:
type: string
urls:
type: array
items:
type: string
urlsWithIps:
type: array
items:
type: string
hostname:
type: string
AccountIdentifierResponse: AccountIdentifierResponse:
required: required:
- uuid - uuid
@ -4685,6 +4653,23 @@ components:
createCallLinkCredentialRequest: createCallLinkCredentialRequest:
type: string type: string
format: byte format: byte
TurnToken:
type: object
properties:
username:
type: string
password:
type: string
urls:
type: array
items:
type: string
urlsWithIps:
type: array
items:
type: string
hostname:
type: string
GetCallingRelaysResponse: GetCallingRelaysResponse:
type: object type: object
properties: properties:
@ -4993,22 +4978,16 @@ components:
AciMonitor: AciMonitor:
required: required:
- commitmentIndex - commitmentIndex
- positions
- value - value
type: object type: object
properties: properties:
value: value:
type: string type: string
description: An identifier for an account based on the account's ACI description: An identifier for an account based on the account's ACI
positions: entry_position:
type: array type: integer
description: A list of log tree positions maintained by the client for the description: A log tree position maintained by the client for the aci.
aci search key. format: int64
items:
type: integer
description: A list of log tree positions maintained by the client for
the aci search key.
format: int64
commitmentIndex: commitmentIndex:
type: string type: string
description: "The commitment index derived from a previous search request,\ description: "The commitment index derived from a previous search request,\
@ -5017,22 +4996,16 @@ components:
E164Monitor: E164Monitor:
required: required:
- commitmentIndex - commitmentIndex
- positions
- value - value
type: object type: object
properties: properties:
value: value:
type: string type: string
description: The e164-formatted phone number to monitor description: The e164-formatted phone number to monitor
positions: entry_position:
type: array type: integer
description: A list of log tree positions maintained by the client for the description: A log tree position maintained by the client for the e164.
e164 search key. format: int64
items:
type: integer
description: A list of log tree positions maintained by the client for
the e164 search key.
format: int64
commitmentIndex: commitmentIndex:
type: string type: string
description: "The commitment index derived from a previous search request,\ description: "The commitment index derived from a previous search request,\
@ -5062,7 +5035,6 @@ components:
UsernameHashMonitor: UsernameHashMonitor:
required: required:
- commitmentIndex - commitmentIndex
- positions
- value - value
type: object type: object
properties: properties:
@ -5071,15 +5043,11 @@ components:
description: "The username hash to monitor, encoded in url-safe unpadded\ description: "The username hash to monitor, encoded in url-safe unpadded\
\ base64." \ base64."
format: byte format: byte
positions: entry_position:
type: array type: integer
description: A list of log tree positions maintained by the client for the description: A log tree position maintained by the client for the username
username hash search key. hash.
items: format: int64
type: integer
description: A list of log tree positions maintained by the client for
the username hash search key.
format: int64
commitmentIndex: commitmentIndex:
type: string type: string
description: "The commitment index derived from a previous search request,\ description: "The commitment index derived from a previous search request,\