Updating documentation

This commit is contained in:
Documentation Updater 2023-09-25 20:48:57 +00:00
parent eb05f2cad4
commit bd5c8cb450
1 changed files with 0 additions and 69 deletions

View File

@ -2136,29 +2136,6 @@ paths:
security:
- 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:
get:
tags:
@ -2204,52 +2181,6 @@ paths:
type: boolean
done:
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}:
post:
tags: