From d74fa0672d818072704b7c042f8c5cc3a06d731a Mon Sep 17 00:00:00 2001 From: Simone Rivoiro Date: Mon, 11 Nov 2024 17:50:07 +0100 Subject: [PATCH] modified notification request from querystring to body --- reference/Selfnet-APP.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/reference/Selfnet-APP.yaml b/reference/Selfnet-APP.yaml index 71a03aa..b3b9c72 100644 --- a/reference/Selfnet-APP.yaml +++ b/reference/Selfnet-APP.yaml @@ -616,14 +616,16 @@ paths: - tipoprodotto - brand description: Handle response from Nexi cash page. All queryparams coming from Nexi page callback must be put in internal call - parameters: - - schema: - type: string - in: query - name: '*' - description: All Nexi query string params are passed to this internal notification api + parameters: [] tags: - ecommerce + requestBody: + content: + application/json: + schema: + type: object + properties: {} + description: All Nexi query string params are passed to this internal notification api parameters: [] /fuelcoupons: get: