openapi: update x-timestamp description to specify milliseconds instead of seconds
This commit is contained in:
parent
273bd9bb6e
commit
fbba17319e
@ -1,7 +1,7 @@
|
||||
name: x-timestamp
|
||||
in: header
|
||||
description: >
|
||||
Unix timestamp (in seconds) when the webhook was sent.
|
||||
Unix timestamp (in milliseconds) when the webhook was sent.
|
||||
Can be used to validate webhook age and prevent replay attacks.
|
||||
required: true
|
||||
schema:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user