Skip to content

Commit

Permalink
feat(TSI-1946): Add reviewed_at to translations (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
hahmed-dev committed Aug 29, 2023
1 parent 3ad55cb commit 3e663d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -21205,7 +21205,7 @@
}
},
{
"description": "Specify a query to find translations by content (including wildcards).<br><br>\n<i>Note: Search is limited to 10000 results and may not include recently updated data (depending on the project size).</i><br>\nThe following qualifiers are supported in the query:<br>\n<ul>\n <li><code>id:translation_id,...</code> for queries on a comma-separated list of ids</li>\n <li><code>tags:XYZ</code> for tags on the translation</li>\n <li><code>unverified:{true|false}</code> for verification status</li>\n <li><code>excluded:{true|false}</code> for exclusion status</li>\n <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li>\n</ul>\nFind more examples <a href=\"#overview--usage-examples\">here</a>.\n",
"description": "Specify a query to find translations by content (including wildcards).<br><br>\n<i>Note: Search is limited to 10000 results and may not include recently updated data (depending on the project size).</i><br>\nThe following qualifiers are supported in the query:<br>\n<ul>\n <li><code>id:translation_id,...</code> for queries on a comma-separated list of ids</li>\n <li><code>tags:XYZ</code> for tags on the translation</li>\n <li><code>unverified:{true|false}</code> for verification status</li>\n <li><code>excluded:{true|false}</code> for exclusion status</li>\n <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li>\n <li><code>reviewed_after:2013-02-21T00:00:00Z</code> for fetching translations that were reviewed after the given timestamp</li>\n</ul>\nFind more examples <a href=\"#overview--usage-examples\">here</a>.\n",
"example": "PhraseApp*%20unverified:true%20excluded:true%20tags:feature,center",
"name": "q",
"in": "query",
Expand Down
1 change: 1 addition & 0 deletions paths/translations/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ parameters:
<li><code>unverified:{true|false}</code> for verification status</li>
<li><code>excluded:{true|false}</code> for exclusion status</li>
<li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li>
<li><code>reviewed_after:2013-02-21T00:00:00Z</code> for fetching translations that were reviewed after the given timestamp</li>
</ul>
Find more examples <a href="#overview--usage-examples">here</a>.
example: PhraseApp*%20unverified:true%20excluded:true%20tags:feature,center
Expand Down

0 comments on commit 3e663d9

Please sign in to comment.