Updating documentation
This commit is contained in:
parent
50901473db
commit
61aeb30a8a
|
@ -560,6 +560,10 @@ paths:
|
||||||
upload of a message backup.
|
upload of a message backup.
|
||||||
operationId: backup
|
operationId: backup
|
||||||
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,\
|
||||||
|
@ -605,6 +609,10 @@ paths:
|
||||||
description: Retrieve information about the currently stored backup
|
description: Retrieve information about the currently stored backup
|
||||||
operationId: backupInfo
|
operationId: backupInfo
|
||||||
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,\
|
||||||
|
@ -653,6 +661,10 @@ paths:
|
||||||
via a POST request. If a backup is not refreshed, after 30 days it may be deleted.
|
via a POST request. If a backup is not refreshed, after 30 days it may be deleted.
|
||||||
operationId: refresh
|
operationId: refresh
|
||||||
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,\
|
||||||
|
@ -695,6 +707,10 @@ paths:
|
||||||
Delete all backup metadata, objects, and stored public key. To use backups again, a public key must be resupplied.
|
Delete all backup metadata, objects, and stored public key. To use backups again, a public key must be resupplied.
|
||||||
operationId: deleteBackup
|
operationId: deleteBackup
|
||||||
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,\
|
||||||
|
@ -806,6 +822,10 @@ paths:
|
||||||
objects, perform a list operation and remove any unreferenced media objects via DELETE /v1/backups/<mediaId>.
|
objects, perform a list operation and remove any unreferenced media objects via DELETE /v1/backups/<mediaId>.
|
||||||
operationId: listMedia
|
operationId: listMedia
|
||||||
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,\
|
||||||
|
@ -926,6 +946,10 @@ paths:
|
||||||
description: Delete media objects stored with this backup-id
|
description: Delete media objects stored with this backup-id
|
||||||
operationId: deleteMedia
|
operationId: deleteMedia
|
||||||
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,\
|
||||||
|
@ -1024,6 +1048,10 @@ paths:
|
||||||
cdn
|
cdn
|
||||||
operationId: readAuth
|
operationId: readAuth
|
||||||
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,\
|
||||||
|
@ -1191,6 +1219,10 @@ paths:
|
||||||
Like the account authenticated version at /attachments, the uploaded object is only temporary.
|
Like the account authenticated version at /attachments, the uploaded object is only temporary.
|
||||||
operationId: uploadTemporaryAttachment
|
operationId: uploadTemporaryAttachment
|
||||||
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,\
|
||||||
|
|
Loading…
Reference in New Issue