Skip to content

Commit 227cf6a

Browse files
update Open Source Docs from Roblox internal teams
1 parent fcc02eb commit 227cf6a

File tree

4 files changed

+845
-1262
lines changed

4 files changed

+845
-1262
lines changed

content/en-us/reference/cloud/cloud.docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@
11591159
"get": {
11601160
"tags": ["Cloud"],
11611161
"summary": "List Data Stores",
1162-
"description": "Returns a list of data stores.",
1162+
"description": "Returns a list of data stores.\n\nData stores scheduled for permanent deletion are omitted from the results\nby default (or when `showDeleted` is set to `false`). When this is the\ncase, the operation will check up to 512 data stores. If all checked data\nstores are deleted, it will return an empty list with a page token to\ncontinue iteration.",
11631163
"operationId": "Cloud_ListDataStores",
11641164
"parameters": [
11651165
{
@@ -1305,7 +1305,7 @@
13051305
"description": "Data Stores requests are subject to additional throttling limits described in the [Open Cloud guide for Data Stores](https://create.roblox.com/docs/cloud/guides/data-stores#standard-data-stores-throttling-limits).",
13061306
"perApiKeyOwner": {
13071307
"period": "MINUTE",
1308-
"maxInPeriod": 3000
1308+
"maxInPeriod": 300
13091309
}
13101310
},
13111311
"x-roblox-scopes": [
@@ -2801,7 +2801,7 @@
28012801
"description": "Data Stores requests are subject to additional throttling limits described in the [Open Cloud guide for Data Stores](https://create.roblox.com/docs/cloud/guides/data-stores#standard-data-stores-throttling-limits).",
28022802
"perApiKeyOwner": {
28032803
"period": "MINUTE",
2804-
"maxInPeriod": 3000
2804+
"maxInPeriod": 300
28052805
}
28062806
},
28072807
"x-roblox-scopes": [

0 commit comments

Comments
 (0)