Skip to content

Commit

Permalink
Update rt.yml (logs method)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko committed Nov 28, 2024
1 parent 3ad91f6 commit 55c2aaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/rt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ paths:
example: { }
'default':
$ref: '#/components/responses/Error'
/webhooks/{webhook_id}/failure-logs:
/webhooks/{webhook_id}/logs:
get:
description: "Get logs of failed attempts to deliver notifications to the webhook"
operationId: getFailureLogs
Expand Down Expand Up @@ -463,9 +463,12 @@ components:
required:
- timestamp
- message
- event_type
properties:
message:
type: string
event_type:
type: string
timestamp:
type: string
format: date-time
Expand Down

0 comments on commit 55c2aaa

Please sign in to comment.