Updating documentation

This commit is contained in:
Documentation Updater 2023-12-12 21:18:04 +00:00
parent a1da27dea8
commit 8ff089ec91
1 changed files with 4 additions and 41 deletions

View File

@ -1258,10 +1258,6 @@ paths:
in: header in: header
schema: schema:
$ref: '#/components/schemas/BasicAuthorizationHeader' $ref: '#/components/schemas/BasicAuthorizationHeader'
- name: User-Agent
in: header
schema:
type: string
requestBody: requestBody:
content: content:
application/json: application/json:
@ -1339,39 +1335,6 @@ paths:
application/json: {} application/json: {}
security: security:
- authenticatedAccount: [] - authenticatedAccount: []
/v1/devices/{verification_code}:
put:
tags:
- Devices
operationId: verifyDeviceToken
parameters:
- name: verification_code
in: path
required: true
schema:
type: string
- name: Authorization
in: header
schema:
$ref: '#/components/schemas/BasicAuthorizationHeader'
- name: User-Agent
in: header
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AccountAttributes'
required: true
responses:
default:
description: default response
content:
application/json:
schema:
$ref: '#/components/schemas/DeviceResponse'
deprecated: true
/v2/directory/auth: /v2/directory/auth:
get: get:
tags: tags:
@ -4186,16 +4149,16 @@ components:
type: string type: string
commitment: commitment:
$ref: '#/components/schemas/ProfileKeyCommitment' $ref: '#/components/schemas/ProfileKeyCommitment'
badges:
type: array
items:
type: string
avatarChange: avatarChange:
type: string type: string
enum: enum:
- UNCHANGED - UNCHANGED
- CLEAR - CLEAR
- UPDATE - UPDATE
badges:
type: array
items:
type: string
ProfileKeyCommitment: ProfileKeyCommitment:
type: object type: object
properties: properties: