Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 8d0e274

Browse files
authored
Merge pull request #61 from hookdeck/fern/update-api-specs
🌿 ✨ [Scheduled] Update API Spec
2 parents 3c6a3df + 1f7abe0 commit 8d0e274

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

openapi.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2769,13 +2769,16 @@
27692769
]
27702770
},
27712771
"FilteredMeta": {
2772-
"type": "string",
2773-
"enum": [
2774-
"body",
2775-
"headers",
2776-
"path",
2777-
"query"
2778-
]
2772+
"type": "array",
2773+
"items": {
2774+
"type": "string",
2775+
"enum": [
2776+
"body",
2777+
"headers",
2778+
"path",
2779+
"query"
2780+
]
2781+
}
27792782
},
27802783
"TransformationFailedMeta": {
27812784
"type": "object",
@@ -2819,10 +2822,6 @@
28192822
],
28202823
"nullable": true
28212824
},
2822-
"updated_at": {
2823-
"type": "string",
2824-
"format": "date-time"
2825-
},
28262825
"created_at": {
28272826
"type": "string",
28282827
"format": "date-time"
@@ -2834,7 +2833,6 @@
28342833
"webhook_id",
28352834
"cause",
28362835
"request_id",
2837-
"updated_at",
28382836
"created_at"
28392837
],
28402838
"additionalProperties": false

0 commit comments

Comments
 (0)