openapi: update x-timestamp description to specify milliseconds instead of seconds

This commit is contained in:
juancarmore 2025-09-05 01:05:04 +02:00
parent 273bd9bb6e
commit fbba17319e

View File

@ -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: