diff --git a/changelog.d/16631.doc b/changelog.d/16631.doc
new file mode 100644
index 0000000000000000000000000000000000000000..1128a080eaf78416f31157e7d4d5c350fcd94b4d
--- /dev/null
+++ b/changelog.d/16631.doc
@@ -0,0 +1 @@
+Update parameter information for the `/timestamp_to_event` admin API.
diff --git a/docs/admin_api/rooms.md b/docs/admin_api/rooms.md
index 90b06045a820c9a36e0b1be63526be93f6108efa..ad011e5c36e6d144510e7b4a21e6c08f724ccb1c 100644
--- a/docs/admin_api/rooms.md
+++ b/docs/admin_api/rooms.md
@@ -536,7 +536,8 @@ The following query parameters are available:
 
 **Response**
 
-* `event_id` - converted from timestamp
+* `event_id` - The event ID closest to the given timestamp.
+* `origin_server_ts` - The timestamp of the event in milliseconds since the Unix epoch.
 
 # Block Room API
 The Block Room admin API allows server admins to block and unblock rooms,