diff --git a/doc/compiled.json b/doc/compiled.json index 39b9fa84..990cd6ae 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -21325,7 +21325,7 @@ } }, { - "description": "Specify a query to do broad search for keys by name (including wildcards).

\nThe following qualifiers are also supported in the search term:
\n\nFind more examples here.\n", + "description": "Specify a query to do broad search for keys by name (including wildcards).

\nThe following qualifiers are also supported in the search term:
\n\n
\n

Caution: Query parameters with empty values will be treated as though they are not included in the request and will be ignored.

\n
\nFind more examples here.\n", "example": "mykey* translated:true", "name": "q", "in": "query", diff --git a/paths/keys/destroy-collection.yaml b/paths/keys/destroy-collection.yaml index e1c37494..7d4fa4ae 100644 --- a/paths/keys/destroy-collection.yaml +++ b/paths/keys/destroy-collection.yaml @@ -24,6 +24,9 @@ parameters:
  • updated_at:{>=|<=}2013-02-21T00:00:00Z for date range queries
  • unmentioned_in_upload:upload_id to filter keys unmentioned within upload
  • +
    +

    Caution: Query parameters with empty values will be treated as though they are not included in the request and will be ignored.

    +
    Find more examples here. example: mykey* translated:true name: q