From ebb2ca921147d85bf850f940440fe5e78c6f9beb Mon Sep 17 00:00:00 2001 From: clokep Date: Fri, 17 Nov 2023 13:39:28 +0000 Subject: deploy: 518e4de758147785f797057b507d2f69a9118c9e --- develop/admin_api/user_admin_api.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'develop/admin_api') diff --git a/develop/admin_api/user_admin_api.html b/develop/admin_api/user_admin_api.html index 16f52a6817..163a09d364 100644 --- a/develop/admin_api/user_admin_api.html +++ b/develop/admin_api/user_admin_api.html @@ -715,6 +715,16 @@ The newest media is on top. You can change the order with parameters "quarantined_by": null, "safe_from_quarantine": false, "upload_name": "test2.png" + }, + { + "created_ts": 300400, + "last_access_ts": 300700, + "media_id": "BzYNLRUgGHphBkdKGbzXwbjX", + "media_length": 1337, + "media_type": "application/octet-stream", + "quarantined_by": null, + "safe_from_quarantine": false, + "upload_name": null } ], "next_token": 3, @@ -780,16 +790,17 @@ database, especially for large environments.

Media objects contain the following fields:
  • next_token: integer - Indication for pagination. See above.
  • -- cgit 1.5.1