This commit is contained in:
anoadragon453
2025-09-12 11:28:19 +00:00
parent 9ddcf4f62b
commit 2c4a8db8ee
6 changed files with 103 additions and 5 deletions
+1 -1
View File
@@ -2089,7 +2089,7 @@
},
"media_upload_limits": {
"type": "array",
"description": "A list of media upload limits defining how much data a given user can upload in a given time period.\n\nAn empty list means no limits are applied.",
"description": "A list of media upload limits defining how much data a given user can upload in a given time period.\nThese limits are applied in addition to the `max_upload_size` limit above (which applies to individual uploads).\n\nAn empty list means no limits are applied.\n\nThese settings can be overridden using the `get_media_upload_limits_for_user` module API [callback](../../modules/media_repository_callbacks.md#get_media_upload_limits_for_user).",
"default": [],
"items": {
"time_period": {