summary refs log tree commit diff
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2025-05-02 04:14:31 -0700
committerGitHub <noreply@github.com>2025-05-02 12:14:31 +0100
commitea376126a0b7e3fbc0df6ac827eba87d98e479de (patch)
treea8922e7fa5f73a64c37b55550b59d794b322e1dc
parentDo not auto-provision missing users & devices when delegating auth to MAS (#1... (diff)
downloadsynapse-ea376126a0b7e3fbc0df6ac827eba87d98e479de.tar.xz
Fix typo in doc for Scheduled Tasks Admin API (#18384)
Diffstat (limited to '')
-rw-r--r--changelog.d/18384.doc1
-rw-r--r--docs/admin_api/scheduled_tasks.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/18384.doc b/changelog.d/18384.doc
new file mode 100644

index 0000000000..ebcd029639 --- /dev/null +++ b/changelog.d/18384.doc
@@ -0,0 +1 @@ +Add an Admin API endpoint `GET /_synapse/admin/v1/scheduled_tasks` to fetch scheduled tasks. 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