Skip to content

Commit

Permalink
add examples and bump api v
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Mar 1, 2024
1 parent 0b6a258 commit 49f5d6d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .openapi/mockingbird.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,13 @@ components:
type: array
items:
type: string
dontRetryStatusCodes:
type: array
items:
type: integer
minimum: 400
maximum: 599
nullable: true
DiscordFilters:
type: object
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"endpointRoutePath": "users/1752505182343286784/likes",
"endpointREST": "post",
"payloadPreProcessing": "iterate",
"dontRetryStatusCodes": [
400,
403,
406,
410,
422
],
"payloadKeys": [
"tweet_id"
]
Expand Down

0 comments on commit 49f5d6d

Please sign in to comment.