From b200980fbcaa1964dbe7574c67ce964faf991350 Mon Sep 17 00:00:00 2001 From: Sven Dunemann Date: Tue, 17 Dec 2024 07:01:35 +0100 Subject: [PATCH] STRINGS-1047 - Align X-Rate-Limit-Reset description in API docs --- doc/compiled.json | 2 +- headers.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/compiled.json b/doc/compiled.json index ca513dbc..1d923414 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -336,7 +336,7 @@ } }, "X-Rate-Limit-Reset": { - "description": "The number of seconds left in the current period", + "description": "Timestamp of end of current time period as UNIX timestamp", "schema": { "type": "integer" } diff --git a/headers.yaml b/headers.yaml index 74afeabb..bae89328 100644 --- a/headers.yaml +++ b/headers.yaml @@ -19,7 +19,7 @@ X-Rate-Limit-Remaining: schema: type: integer X-Rate-Limit-Reset: - description: The number of seconds left in the current period + description: Timestamp of end of current time period as UNIX timestamp schema: type: integer Pagination: