Updating documentation
This commit is contained in:
parent
07daec5e7e
commit
eaad560404
|
@ -1994,6 +1994,7 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
default: CARD
|
default: CARD
|
||||||
enum:
|
enum:
|
||||||
|
- UNKNOWN
|
||||||
- CARD
|
- CARD
|
||||||
- PAYPAL
|
- PAYPAL
|
||||||
- SEPA_DEBIT
|
- SEPA_DEBIT
|
||||||
|
@ -2827,14 +2828,14 @@ components:
|
||||||
ECPublicKey:
|
ECPublicKey:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
type:
|
|
||||||
type: integer
|
|
||||||
format: int32
|
|
||||||
publicKeyBytes:
|
publicKeyBytes:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
format: byte
|
format: byte
|
||||||
|
type:
|
||||||
|
type: integer
|
||||||
|
format: int32
|
||||||
ECSignedPreKey:
|
ECSignedPreKey:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -3268,13 +3269,13 @@ components:
|
||||||
WebSocketClient:
|
WebSocketClient:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
createdTimestamp:
|
||||||
|
type: integer
|
||||||
|
format: int64
|
||||||
userAgent:
|
userAgent:
|
||||||
type: string
|
type: string
|
||||||
open:
|
open:
|
||||||
type: boolean
|
type: boolean
|
||||||
createdTimestamp:
|
|
||||||
type: integer
|
|
||||||
format: int64
|
|
||||||
WebSocketSessionContext:
|
WebSocketSessionContext:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -3908,6 +3909,7 @@ components:
|
||||||
paymentMethod:
|
paymentMethod:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
|
- UNKNOWN
|
||||||
- CARD
|
- CARD
|
||||||
- PAYPAL
|
- PAYPAL
|
||||||
- SEPA_DEBIT
|
- SEPA_DEBIT
|
||||||
|
@ -3934,6 +3936,7 @@ components:
|
||||||
paymentMethod:
|
paymentMethod:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
|
- UNKNOWN
|
||||||
- CARD
|
- CARD
|
||||||
- PAYPAL
|
- PAYPAL
|
||||||
- SEPA_DEBIT
|
- SEPA_DEBIT
|
||||||
|
@ -3975,6 +3978,7 @@ components:
|
||||||
paymentMethod:
|
paymentMethod:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
|
- UNKNOWN
|
||||||
- CARD
|
- CARD
|
||||||
- PAYPAL
|
- PAYPAL
|
||||||
- SEPA_DEBIT
|
- SEPA_DEBIT
|
||||||
|
|
Loading…
Reference in New Issue