Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -8674,7 +8674,7 @@
},
{
"name": "updated_since",
"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",
"description": "Only include translations and 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",
"in": "query",
"schema": {
"type": "string"
Expand Down Expand Up @@ -8846,8 +8846,9 @@
"properties": {}
},
"updated_since": {
"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",
"type": "string"
"description": "Only include translations and 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",
"type": "string",
"example": "2023-01-01T00:00:00Z"
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion paths/locale_downloads/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ requestBody:
properties: {}
updated_since:
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`).
Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).
type: string
example: "2023-01-01T00:00:00Z"
responses:
"201":
description: Created
Expand Down
2 changes: 1 addition & 1 deletion paths/locales/download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ parameters:
- en
- name: updated_since
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`).
Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).
in: query
schema:
type: string
Expand Down
Loading