Updating documentation
This commit is contained in:
parent
2818e5f3ef
commit
b3190b2b8a
|
@ -1224,10 +1224,6 @@ paths:
|
||||||
continue their original operation.
|
continue their original operation.
|
||||||
operationId: handleChallengeResponse
|
operationId: handleChallengeResponse
|
||||||
parameters:
|
parameters:
|
||||||
- name: X-Forwarded-For
|
|
||||||
in: header
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- name: User-Agent
|
- name: User-Agent
|
||||||
in: header
|
in: header
|
||||||
schema:
|
schema:
|
||||||
|
@ -2733,10 +2729,6 @@ paths:
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
- name: X-Forwarded-For
|
|
||||||
in: header
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- name: User-Agent
|
- name: User-Agent
|
||||||
in: header
|
in: header
|
||||||
schema:
|
schema:
|
||||||
|
@ -3862,10 +3854,10 @@ components:
|
||||||
WebSocketClient:
|
WebSocketClient:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
userAgent:
|
|
||||||
type: string
|
|
||||||
open:
|
open:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
userAgent:
|
||||||
|
type: string
|
||||||
createdTimestamp:
|
createdTimestamp:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
|
|
Loading…
Reference in New Issue