You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/compiled.json
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8671,6 +8671,15 @@
8671
8671
"de",
8672
8672
"en"
8673
8673
]
8674
+
},
8675
+
{
8676
+
"name": "updated_since",
8677
+
"description": "Only include keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).\n",
8678
+
"in": "query",
8679
+
"schema": {
8680
+
"type": "string"
8681
+
},
8682
+
"example": "2023-01-01T00:00:00Z"
8674
8683
}
8675
8684
],
8676
8685
"responses": {
@@ -8835,6 +8844,10 @@
8835
8844
"description": "Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download.\n",
8836
8845
"type": "object",
8837
8846
"properties": {}
8847
+
},
8848
+
"updated_since": {
8849
+
"description": "Only include keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).\n",
Copy file name to clipboardExpand all lines: paths/locale_downloads/create.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,10 @@ requestBody:
85
85
Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download.
86
86
type: object
87
87
properties: {}
88
+
updated_since:
89
+
description: |
90
+
Only include keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).
0 commit comments