Skip to content

Commit 7b1dc09

Browse files
author
Phrase
committed
Deploying from phrase/openapi@a7daaf4d
1 parent 8a8427b commit 7b1dc09

File tree

226 files changed

+277
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+277
-252
lines changed

api/openapi.yaml

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19677,7 +19677,7 @@ paths:
1967719677
<li><code>tags:tag_name</code> to filter for keys with certain tags</li>
1967819678
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
1967919679
<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>
1968119681
</ul>
1968219682
<br/>
1968319683
<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:
1983719837
The following qualifiers are also supported in the search term:<br>
1983819838
<ul>
1983919839
<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>
1984419842
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
19845-
<li><code>updated_at:{&gt;=|&lt;=}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>
1984719845
</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/>
1984819849
Find more examples <a href="#overview--usage-examples">here</a>.
1984919850
example: mykey* translated:true
1985019851
explode: true
@@ -28655,6 +28656,30 @@ components:
2865528656
schema:
2865628657
type: string
2865728658
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
2865828683
responses:
2865928684
"200":
2866028685
description: OK
@@ -33868,7 +33893,7 @@ components:
3386833893
<li><code>job:{true|false}</code> to filter for keys mentioned in an active job</li>
3386933894
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
3387033895
<li><code>updated_at:{&gt;=|&lt;=}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>
3387233897
</ul>
3387333898
Find more examples <a href="#overview--usage-examples">here</a>.
3387433899
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:
3398234007
<li><code>tags:tag_name</code> to filter for keys with certain tags</li>
3398334008
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
3398434009
<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>
3398634011
</ul>
3398734012
Find more examples <a href="#overview--usage-examples">here</a>.
3398834013
example: mykey* translated:true
@@ -34015,7 +34040,7 @@ components:
3401534040
<li><code>tags:tag_name</code> to filter for keys with certain tags</li>
3401634041
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
3401734042
<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>
3401934044
</ul>
3402034045
Find more examples <a href="#overview--usage-examples">here</a>.
3402134046
example: mykey* translated:true
@@ -34048,7 +34073,7 @@ components:
3404834073
<li><code>tags:tag_name</code> to filter for keys with certain tags</li>
3404934074
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
3405034075
<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>
3405234077
</ul>
3405334078
Find more examples <a href="#overview--usage-examples">here</a>.
3405434079
example: mykey* translated:true
@@ -34080,7 +34105,7 @@ components:
3408034105
<li><code>tags:tag_name</code> to filter for keys with certain tags</li>
3408134106
<li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>
3408234107
<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>
3408434109
</ul>
3408534110
Find more examples <a href="#overview--usage-examples">here</a>.
3408634111
example: mykey* translated:true

0 commit comments

Comments
 (0)