Updating documentation
This commit is contained in:
parent
aaf5f4250b
commit
6ffb8264a2
|
@ -1028,7 +1028,7 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/RedeemReceiptRequest'
|
$ref: '#/components/schemas/RedeemBackupReceiptRequest'
|
||||||
required: true
|
required: true
|
||||||
responses:
|
responses:
|
||||||
"204":
|
"204":
|
||||||
|
@ -3765,20 +3765,14 @@ components:
|
||||||
type: string
|
type: string
|
||||||
description: Auth headers to include with cdn read requests
|
description: Auth headers to include with cdn read requests
|
||||||
description: Auth headers to include with cdn read requests
|
description: Auth headers to include with cdn read requests
|
||||||
RedeemReceiptRequest:
|
RedeemBackupReceiptRequest:
|
||||||
required:
|
required:
|
||||||
- receiptCredentialPresentation
|
- receiptCredentialPresentation
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
receiptCredentialPresentation:
|
receiptCredentialPresentation:
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: string
|
type: string
|
||||||
format: byte
|
description: Presentation of a ZK receipt encoded in standard padded base64
|
||||||
visible:
|
|
||||||
type: boolean
|
|
||||||
primary:
|
|
||||||
type: boolean
|
|
||||||
SetBackupIdRequest:
|
SetBackupIdRequest:
|
||||||
required:
|
required:
|
||||||
- backupAuthCredentialRequest
|
- backupAuthCredentialRequest
|
||||||
|
@ -4044,6 +4038,20 @@ components:
|
||||||
$ref: '#/components/schemas/ApnRegistrationId'
|
$ref: '#/components/schemas/ApnRegistrationId'
|
||||||
gcmToken:
|
gcmToken:
|
||||||
$ref: '#/components/schemas/GcmRegistrationId'
|
$ref: '#/components/schemas/GcmRegistrationId'
|
||||||
|
RedeemReceiptRequest:
|
||||||
|
required:
|
||||||
|
- receiptCredentialPresentation
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
receiptCredentialPresentation:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
format: byte
|
||||||
|
visible:
|
||||||
|
type: boolean
|
||||||
|
primary:
|
||||||
|
type: boolean
|
||||||
WebSocketClient:
|
WebSocketClient:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in New Issue