From f03cffaa2b0de84f74a59049b3a883147803585a Mon Sep 17 00:00:00 2001 From: Guillaume Date: Mon, 23 Dec 2024 00:21:53 +0100 Subject: [PATCH] Add playground time endpoint docs --- pages/playground.tsx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/pages/playground.tsx b/pages/playground.tsx index d2e42b01..7a25d63a 100644 --- a/pages/playground.tsx +++ b/pages/playground.tsx @@ -256,6 +256,37 @@ const resources: AccordionData = [ ), count: 100 }, + { + title: 'Current time /time', + subtitle: + 'Fake time JSON data including UTC date time, Unix time, milliseconds, day of week, day of month, etc.', + content: ( +
+ +
+ ) + }, { title: 'Todos /todos', subtitle: