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
|
name: x-timestamp
|
||||||
in: header
|
in: header
|
||||||
description: >
|
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.
|
Can be used to validate webhook age and prevent replay attacks.
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user