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: api/openapi.yaml
+37-12Lines changed: 37 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -19677,7 +19677,7 @@ paths:
19677
19677
<li><code>tags:tag_name</code> to filter for keys with certain tags</li>
19678
19678
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
19679
19679
<li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li>
19680
-
<li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li>
19680
+
<li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li>
19681
19681
</ul>
19682
19682
<br/>
19683
19683
<p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p>
@@ -19837,14 +19837,15 @@ paths:
19837
19837
The following qualifiers are also supported in the search term:<br>
19838
19838
<ul>
19839
19839
<li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li>
19840
-
<li><code>name:key_name,...</code> for text queries on a comma-seperated list of exact key names - spaces, commas, and colons need to be escaped with double backslashes</li>
19841
-
<li><code>tags:tag_name,...</code> to filter for keys with certain comma-seperated list of tags</li>
19842
-
<li><code>uploads:upload_id,...</code> to filter for keys with certain comma-seperated list of uploads</li>
19843
-
<li><code>job:{true|false}</code> to filter for keys mentioned in an active job</li>
19840
+
<li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li>
19841
+
<li><code>tags:tag_name</code> to filter for keys with certain tags</li>
19844
19842
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
19845
-
<li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li>
19846
-
<li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li>
19843
+
<li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li>
19844
+
<li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li>
19847
19845
</ul>
19846
+
<br/>
19847
+
<p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p>
19848
+
<br/>
19848
19849
Find more examples <a href="#overview--usage-examples">here</a>.
19849
19850
example: mykey* translated:true
19850
19851
explode: true
@@ -28655,6 +28656,30 @@ components:
28655
28656
schema:
28656
28657
type: string
28657
28658
style: form
28659
+
q:
28660
+
description: |
28661
+
Specify a query to do broad search for keys by name (including wildcards).<br><br>
28662
+
The following qualifiers are also supported in the search term:<br>
28663
+
<ul>
28664
+
<li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li>
28665
+
<li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li>
28666
+
<li><code>tags:tag_name</code> to filter for keys with certain tags</li>
28667
+
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
28668
+
<li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li>
28669
+
<li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li>
28670
+
</ul>
28671
+
<br/>
28672
+
<p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p>
28673
+
<br/>
28674
+
Find more examples <a href="#overview--usage-examples">here</a>.
28675
+
example: mykey* translated:true
28676
+
explode: true
28677
+
in: query
28678
+
name: q
28679
+
required: false
28680
+
schema:
28681
+
type: string
28682
+
style: form
28658
28683
responses:
28659
28684
"200":
28660
28685
description: OK
@@ -33868,7 +33893,7 @@ components:
33868
33893
<li><code>job:{true|false}</code> to filter for keys mentioned in an active job</li>
33869
33894
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
33870
33895
<li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li>
33871
-
<li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li>
33896
+
<li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li>
33872
33897
</ul>
33873
33898
Find more examples <a href="#overview--usage-examples">here</a>.
33874
33899
Please note: If <code>tags</code> are added to filter the search, the search will be limited to a maximum of 65,536 tagged keys.
@@ -33982,7 +34007,7 @@ components:
33982
34007
<li><code>tags:tag_name</code> to filter for keys with certain tags</li>
33983
34008
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
33984
34009
<li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li>
33985
-
<li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li>
34010
+
<li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li>
33986
34011
</ul>
33987
34012
Find more examples <a href="#overview--usage-examples">here</a>.
33988
34013
example: mykey* translated:true
@@ -34015,7 +34040,7 @@ components:
34015
34040
<li><code>tags:tag_name</code> to filter for keys with certain tags</li>
34016
34041
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
34017
34042
<li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li>
34018
-
<li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li>
34043
+
<li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li>
34019
34044
</ul>
34020
34045
Find more examples <a href="#overview--usage-examples">here</a>.
34021
34046
example: mykey* translated:true
@@ -34048,7 +34073,7 @@ components:
34048
34073
<li><code>tags:tag_name</code> to filter for keys with certain tags</li>
34049
34074
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
34050
34075
<li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li>
34051
-
<li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li>
34076
+
<li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li>
34052
34077
</ul>
34053
34078
Find more examples <a href="#overview--usage-examples">here</a>.
34054
34079
example: mykey* translated:true
@@ -34080,7 +34105,7 @@ components:
34080
34105
<li><code>tags:tag_name</code> to filter for keys with certain tags</li>
34081
34106
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
34082
34107
<li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li>
34083
-
<li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li>
34108
+
<li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li>
34084
34109
</ul>
34085
34110
Find more examples <a href="#overview--usage-examples">here</a>.
0 commit comments