Updating documentation
This commit is contained in:
parent
eb05f2cad4
commit
bd5c8cb450
|
@ -2136,29 +2136,6 @@ paths:
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
- {}
|
- {}
|
||||||
/v1/subscription/boost/amounts:
|
|
||||||
get:
|
|
||||||
tags:
|
|
||||||
- Subscriptions
|
|
||||||
operationId: getBoostAmounts
|
|
||||||
responses:
|
|
||||||
default:
|
|
||||||
description: default response
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
completedExceptionally:
|
|
||||||
type: boolean
|
|
||||||
numberOfDependents:
|
|
||||||
type: integer
|
|
||||||
format: int32
|
|
||||||
cancelled:
|
|
||||||
type: boolean
|
|
||||||
done:
|
|
||||||
type: boolean
|
|
||||||
deprecated: true
|
|
||||||
/v1/subscription/boost/badges:
|
/v1/subscription/boost/badges:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
|
@ -2204,52 +2181,6 @@ paths:
|
||||||
type: boolean
|
type: boolean
|
||||||
done:
|
done:
|
||||||
type: boolean
|
type: boolean
|
||||||
/v1/subscription/boost/amounts/gift:
|
|
||||||
get:
|
|
||||||
tags:
|
|
||||||
- Subscriptions
|
|
||||||
operationId: getGiftAmounts
|
|
||||||
responses:
|
|
||||||
default:
|
|
||||||
description: default response
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
completedExceptionally:
|
|
||||||
type: boolean
|
|
||||||
numberOfDependents:
|
|
||||||
type: integer
|
|
||||||
format: int32
|
|
||||||
cancelled:
|
|
||||||
type: boolean
|
|
||||||
done:
|
|
||||||
type: boolean
|
|
||||||
deprecated: true
|
|
||||||
/v1/subscription/levels:
|
|
||||||
get:
|
|
||||||
tags:
|
|
||||||
- Subscriptions
|
|
||||||
operationId: getLevels
|
|
||||||
responses:
|
|
||||||
default:
|
|
||||||
description: default response
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
completedExceptionally:
|
|
||||||
type: boolean
|
|
||||||
numberOfDependents:
|
|
||||||
type: integer
|
|
||||||
format: int32
|
|
||||||
cancelled:
|
|
||||||
type: boolean
|
|
||||||
done:
|
|
||||||
type: boolean
|
|
||||||
deprecated: true
|
|
||||||
/v1/subscription/{subscriberId}/default_payment_method/{paymentMethodId}:
|
/v1/subscription/{subscriberId}/default_payment_method/{paymentMethodId}:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue