Updating documentation
This commit is contained in:
parent
1e07ef8daa
commit
99a12d3e76
|
@ -2555,7 +2555,22 @@ paths:
|
||||||
default:
|
default:
|
||||||
description: default response
|
description: default response
|
||||||
content:
|
content:
|
||||||
application/json: {}
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
completedExceptionally:
|
||||||
|
type: boolean
|
||||||
|
numberOfDependents:
|
||||||
|
type: integer
|
||||||
|
format: int32
|
||||||
|
done:
|
||||||
|
type: boolean
|
||||||
|
cancelled:
|
||||||
|
type: boolean
|
||||||
|
security:
|
||||||
|
- authenticatedAccount: []
|
||||||
|
- {}
|
||||||
/v1/subscription/boost/create:
|
/v1/subscription/boost/create:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
|
@ -2576,7 +2591,22 @@ paths:
|
||||||
default:
|
default:
|
||||||
description: default response
|
description: default response
|
||||||
content:
|
content:
|
||||||
application/json: {}
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
completedExceptionally:
|
||||||
|
type: boolean
|
||||||
|
numberOfDependents:
|
||||||
|
type: integer
|
||||||
|
format: int32
|
||||||
|
done:
|
||||||
|
type: boolean
|
||||||
|
cancelled:
|
||||||
|
type: boolean
|
||||||
|
security:
|
||||||
|
- authenticatedAccount: []
|
||||||
|
- {}
|
||||||
/v1/subscription/boost/receipt_credentials:
|
/v1/subscription/boost/receipt_credentials:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
|
@ -2597,12 +2627,32 @@ paths:
|
||||||
default:
|
default:
|
||||||
description: default response
|
description: default response
|
||||||
content:
|
content:
|
||||||
application/json: {}
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
completedExceptionally:
|
||||||
|
type: boolean
|
||||||
|
numberOfDependents:
|
||||||
|
type: integer
|
||||||
|
format: int32
|
||||||
|
done:
|
||||||
|
type: boolean
|
||||||
|
cancelled:
|
||||||
|
type: boolean
|
||||||
|
security:
|
||||||
|
- authenticatedAccount: []
|
||||||
|
- {}
|
||||||
/v1/subscription/boost/paypal/create:
|
/v1/subscription/boost/paypal/create:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- Subscriptions
|
- Subscriptions
|
||||||
operationId: createPayPalBoost
|
operationId: createPayPalBoost
|
||||||
|
parameters:
|
||||||
|
- name: User-Agent
|
||||||
|
in: header
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
|
@ -2613,7 +2663,22 @@ paths:
|
||||||
default:
|
default:
|
||||||
description: default response
|
description: default response
|
||||||
content:
|
content:
|
||||||
application/json: {}
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
completedExceptionally:
|
||||||
|
type: boolean
|
||||||
|
numberOfDependents:
|
||||||
|
type: integer
|
||||||
|
format: int32
|
||||||
|
done:
|
||||||
|
type: boolean
|
||||||
|
cancelled:
|
||||||
|
type: boolean
|
||||||
|
security:
|
||||||
|
- authenticatedAccount: []
|
||||||
|
- {}
|
||||||
/v1/subscription/{subscriberId}/create_payment_method/paypal:
|
/v1/subscription/{subscriberId}/create_payment_method/paypal:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
|
@ -4128,10 +4193,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