Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions authored Aug 26, 2024
1 parent 78d9b01 commit 3889ca5
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 3889ca5

Please sign in to comment.