From 5bf056b66bfd0f468933d1e87b435a548e4b0085 Mon Sep 17 00:00:00 2001 From: javorosas Date: Sun, 10 Nov 2024 23:09:54 +0100 Subject: [PATCH] fixes to webhook texts --- website/openapi_v2.en.yaml | 6 +++--- website/openapi_v2.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/openapi_v2.en.yaml b/website/openapi_v2.en.yaml index 456499ba..0dc13372 100644 --- a/website/openapi_v2.en.yaml +++ b/website/openapi_v2.en.yaml @@ -5810,7 +5810,7 @@ paths: - "SecretTestKey": [] responses: "200": - description: Objeto del webhook validado de acuerdo al evento + description: Event object successfully validated content: application/json: schema: @@ -5820,7 +5820,7 @@ paths: properties: type: type: string - description: Tipo de evento + description: Type of event example: "invoice.status_updated" enum: - invoice.status_updated @@ -5829,7 +5829,7 @@ paths: properties: type: type: string - description: Tipo de objeto asociado al evento + description: Type of object affected by the event enum: - invoice object: diff --git a/website/openapi_v2.yaml b/website/openapi_v2.yaml index 661ff6a9..815d8e51 100644 --- a/website/openapi_v2.yaml +++ b/website/openapi_v2.yaml @@ -5761,7 +5761,7 @@ paths: - "SecretTestKey": [] responses: "200": - description: Objeto del webhook validado de acuerdo al evento + description: Objeto del evento validado content: application/json: schema: