Skip to content

Commit

Permalink
Merge pull request #53 from hookdeck/fern/updateOAS
Browse files Browse the repository at this point in the history
Update OpenAPI specification
  • Loading branch information
alexbouchardd authored Aug 26, 2024
2 parents 78d9b01 + 3889ca5 commit 18a1a4c
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions fern/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3072,27 +3072,10 @@
"properties": {
"webhook_secret_key": {
"type": "string"
},
"algorithm": {
"$ref": "#/components/schemas/HMACAlgorithms"
},
"header_key": {
"type": "string"
},
"encoding": {
"type": "string",
"enum": [
"base64",
"base64url",
"hex"
]
}
},
"required": [
"webhook_secret_key",
"algorithm",
"header_key",
"encoding"
"webhook_secret_key"
],
"additionalProperties": false,
"description": "The verification configs for Recharge. Only included if the ?include=verification.configs query param is present",
Expand Down Expand Up @@ -19722,4 +19705,4 @@
}
}
}
}
}

0 comments on commit 18a1a4c

Please sign in to comment.