File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,28 @@ actions:
131
131
externalDocs :
132
132
url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
133
133
description : Query DSL
134
+ - target : " $.components['requestBodies']['graph.explore'].content['application/json'].schema.properties.query"
135
+ description : Remove query object from graph explore operation
136
+ - target : " $.components['requestBodies']['graph.explore'].content['application/json'].schema.properties"
137
+ description : " Re-add simplified query object in graph explore operation"
138
+ update :
139
+ query :
140
+ x-abbreviated : true
141
+ type : object
142
+ description : >
143
+ A seed query that identifies the documents of interest.
144
+ Can be any valid Elasticsearch query.
145
+ - target : " $.components['schemas']['graph._types:Hop'].properties.query"
146
+ description : Remove query object from graph explore connections schema
147
+ - target : " $.components['schemas']['graph._types:Hop'].properties"
148
+ description : " Re-add simplified query object in graph explore connections schema"
149
+ update :
150
+ query :
151
+ x-abbreviated : true
152
+ type : object
153
+ description : >
154
+ An optional guiding query that constrains the Graph API as it explores connected terms.
155
+ For example, you might want to direct the Graph API to ignore older data by specifying a query that identifies recent documents.
134
156
# Examples
135
157
- target : " $.components['requestBodies']['async_search.submit']"
136
158
description : " Add example for asynch search submit request"
You can’t perform that action at this time.
0 commit comments