9 lines
216 B
YAML
9 lines
216 B
YAML
name: x-timestamp
|
|
in: header
|
|
description: >
|
|
Unix timestamp (in milliseconds) when the webhook was sent.
|
|
Can be used to validate webhook age and prevent replay attacks.
|
|
required: true
|
|
schema:
|
|
type: string
|