Skip to content
Snippets Groups Projects
Commit 6063e8ca authored by David Schwarzmann's avatar David Schwarzmann
Browse files

fix: Remove allowEmptyValues since it leads to errors in the openAPI parser

parent 9451ba12
No related branches found
No related tags found
1 merge request!118Add missing HMAC headers for callbacks
in: header
name: 'X-Callback-Authentication'
required: true
allowEmptyValue: false
description: Der Message Authentication Code des übertragenen Callbacks
schema:
type: string
in: header
name: 'X-Callback-Timestamp'
required: true
allowEmptyValue: false
description: Der Timestamp des Message Authentication Code.
schema:
type: integer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment