From ea376126a0b7e3fbc0df6ac827eba87d98e479de Mon Sep 17 00:00:00 2001 From: Shay Date: Fri, 2 May 2025 04:14:31 -0700 Subject: Fix typo in doc for Scheduled Tasks Admin API (#18384) --- docs/admin_api/scheduled_tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/admin_api/scheduled_tasks.md') diff --git a/docs/admin_api/scheduled_tasks.md b/docs/admin_api/scheduled_tasks.md index 1708871a6d..b80da5083c 100644 --- a/docs/admin_api/scheduled_tasks.md +++ b/docs/admin_api/scheduled_tasks.md @@ -19,7 +19,7 @@ It returns a JSON body like the following: "id": "GSA124oegf1", "action": "shutdown_room", "status": "complete", - "timestamp": 23423523, + "timestamp_ms": 23423523, "resource_id": "!roomid", "result": "some result", "error": null -- cgit 1.5.1