Skip to content

Commit

Permalink
fixes to webhook texts
Browse files Browse the repository at this point in the history
  • Loading branch information
javorosas committed Nov 10, 2024
1 parent d721214 commit 5bf056b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions website/openapi_v2.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion website/openapi_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5bf056b

Please sign in to comment.