Updating documentation

This commit is contained in:
Documentation Updater 2024-04-22 14:17:26 +00:00
parent 1b710afb49
commit e522f30140
1 changed files with 18 additions and 0 deletions

View File

@ -2465,6 +2465,11 @@ paths:
tags: tags:
- Subscriptions - Subscriptions
operationId: confirmPayPalBoost operationId: confirmPayPalBoost
parameters:
- name: User-Agent
in: header
schema:
type: string
requestBody: requestBody:
content: content:
application/json: application/json:
@ -2481,6 +2486,11 @@ paths:
tags: tags:
- Subscriptions - Subscriptions
operationId: createBoostPaymentIntent operationId: createBoostPaymentIntent
parameters:
- name: User-Agent
in: header
schema:
type: string
requestBody: requestBody:
content: content:
application/json: application/json:
@ -2540,6 +2550,10 @@ paths:
required: true required: true
schema: schema:
type: string type: string
- name: User-Agent
in: header
schema:
type: string
requestBody: requestBody:
content: content:
application/json: application/json:
@ -2588,6 +2602,10 @@ paths:
- PAYPAL - PAYPAL
- SEPA_DEBIT - SEPA_DEBIT
- IDEAL - IDEAL
- name: User-Agent
in: header
schema:
type: string
responses: responses:
default: default:
description: default response description: default response