File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,20 @@ actions:
6060 externalDocs :
6161 url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
6262 description : Query DSL
63+ - target : " $.components['schemas']['transform._types:Source'].properties.query"
64+ description : Remove query object from transform source
65+ remove : true
66+ - target : " $.components['schemas']['transform._types:Source'].properties"
67+ description : Re-add a simplified query object in transform source
68+ update :
69+ query :
70+ x-abbreviated : true
71+ type : object
72+ description : >
73+ A query clause that retrieves a subset of data from the source index.
74+ externalDocs :
75+ url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
76+ description : Query DSL
6377# Examples
6478 - target : " $.components['requestBodies']['async_search.submit']"
6579 description : " Add example for asynch search submit request"
You can’t perform that action at this time.
0 commit comments