Skip to content

Commit 5bf056b

Browse files
committed
fixes to webhook texts
1 parent d721214 commit 5bf056b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/openapi_v2.en.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5810,7 +5810,7 @@ paths:
58105810
- "SecretTestKey": []
58115811
responses:
58125812
"200":
5813-
description: Objeto del webhook validado de acuerdo al evento
5813+
description: Event object successfully validated
58145814
content:
58155815
application/json:
58165816
schema:
@@ -5820,7 +5820,7 @@ paths:
58205820
properties:
58215821
type:
58225822
type: string
5823-
description: Tipo de evento
5823+
description: Type of event
58245824
example: "invoice.status_updated"
58255825
enum:
58265826
- invoice.status_updated
@@ -5829,7 +5829,7 @@ paths:
58295829
properties:
58305830
type:
58315831
type: string
5832-
description: Tipo de objeto asociado al evento
5832+
description: Type of object affected by the event
58335833
enum:
58345834
- invoice
58355835
object:

website/openapi_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5761,7 +5761,7 @@ paths:
57615761
- "SecretTestKey": []
57625762
responses:
57635763
"200":
5764-
description: Objeto del webhook validado de acuerdo al evento
5764+
description: Objeto del evento validado
57655765
content:
57665766
application/json:
57675767
schema:

0 commit comments

Comments
 (0)