From e522f3014026523228f3f434bf0d7607450d4f31 Mon Sep 17 00:00:00 2001 From: Documentation Updater Date: Mon, 22 Apr 2024 14:17:26 +0000 Subject: [PATCH] Updating documentation --- signal-server-openapi.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index 5a4182d18..e887fb206 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -2465,6 +2465,11 @@ paths: tags: - Subscriptions operationId: confirmPayPalBoost + parameters: + - name: User-Agent + in: header + schema: + type: string requestBody: content: application/json: @@ -2481,6 +2486,11 @@ paths: tags: - Subscriptions operationId: createBoostPaymentIntent + parameters: + - name: User-Agent + in: header + schema: + type: string requestBody: content: application/json: @@ -2540,6 +2550,10 @@ paths: required: true schema: type: string + - name: User-Agent + in: header + schema: + type: string requestBody: content: application/json: @@ -2588,6 +2602,10 @@ paths: - PAYPAL - SEPA_DEBIT - IDEAL + - name: User-Agent + in: header + schema: + type: string responses: default: description: default response