Skip to content

Commit

Permalink
Merge pull request #61 from hookdeck/fern/update-api-specs
Browse files Browse the repository at this point in the history
🌿 ✨ [Scheduled] Update API Spec
  • Loading branch information
leggetter authored Oct 10, 2024
2 parents 3c6a3df + 1f7abe0 commit 8d0e274
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2769,13 +2769,16 @@
]
},
"FilteredMeta": {
"type": "string",
"enum": [
"body",
"headers",
"path",
"query"
]
"type": "array",
"items": {
"type": "string",
"enum": [
"body",
"headers",
"path",
"query"
]
}
},
"TransformationFailedMeta": {
"type": "object",
Expand Down Expand Up @@ -2819,10 +2822,6 @@
],
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"created_at": {
"type": "string",
"format": "date-time"
Expand All @@ -2834,7 +2833,6 @@
"webhook_id",
"cause",
"request_id",
"updated_at",
"created_at"
],
"additionalProperties": false
Expand Down

0 comments on commit 8d0e274

Please sign in to comment.