Updating documentation
This commit is contained in:
parent
4e2fcfce5f
commit
4250869835
|
@ -743,6 +743,10 @@ paths:
|
||||||
be provided as a separate entry in the response.
|
be provided as a separate entry in the response.
|
||||||
operationId: copyMedia
|
operationId: copyMedia
|
||||||
parameters:
|
parameters:
|
||||||
|
- name: User-Agent
|
||||||
|
in: header
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
- name: X-Signal-ZK-Auth
|
- name: X-Signal-ZK-Auth
|
||||||
in: header
|
in: header
|
||||||
description: "Presentation of a ZK backup auth credential acquired from /v1/archives/auth,\
|
description: "Presentation of a ZK backup auth credential acquired from /v1/archives/auth,\
|
||||||
|
@ -863,6 +867,10 @@ paths:
|
||||||
parameters.
|
parameters.
|
||||||
operationId: copyMedia_1
|
operationId: copyMedia_1
|
||||||
parameters:
|
parameters:
|
||||||
|
- name: User-Agent
|
||||||
|
in: header
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
- name: X-Signal-ZK-Auth
|
- name: X-Signal-ZK-Auth
|
||||||
in: header
|
in: header
|
||||||
description: "Presentation of a ZK backup auth credential acquired from /v1/archives/auth,\
|
description: "Presentation of a ZK backup auth credential acquired from /v1/archives/auth,\
|
||||||
|
@ -977,6 +985,10 @@ paths:
|
||||||
Clients must validate the receipt level on the credential matches a known receipt level before using it.
|
Clients must validate the receipt level on the credential matches a known receipt level before using it.
|
||||||
operationId: getBackupZKCredentials
|
operationId: getBackupZKCredentials
|
||||||
parameters:
|
parameters:
|
||||||
|
- name: User-Agent
|
||||||
|
in: header
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
- name: redemptionStartSeconds
|
- name: redemptionStartSeconds
|
||||||
in: query
|
in: query
|
||||||
required: true
|
required: true
|
||||||
|
@ -4950,10 +4962,10 @@ components:
|
||||||
created:
|
created:
|
||||||
type: string
|
type: string
|
||||||
format: date-time
|
format: date-time
|
||||||
userAgent:
|
|
||||||
type: string
|
|
||||||
open:
|
open:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
userAgent:
|
||||||
|
type: string
|
||||||
WebSocketSessionContext:
|
WebSocketSessionContext:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in New Issue