Skip to content

Commit 2274a6f

Browse files
committed
Update OpenAPI specs
This update comes directly from primary source repo Private OpenAPI repo SHA: 29cff35f94917cfd5fb5acca2edc638f400b3611 Primary source repo SHA: 80b915928713ae23fc3c805792852e1f1a4ab76f
1 parent 882bb10 commit 2274a6f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source_specs/client_rest.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4427,9 +4427,6 @@ components:
44274427
required:
44284428
- snippet
44294429
properties:
4430-
snippet:
4431-
type: string
4432-
description: A matching snippet from the document. Query term matches are marked by the unicode characters uE006 and uE007.
44334430
mimeType:
44344431
type: string
44354432
description: The mime type of the snippets, currently either text/plain or text/html.
@@ -4447,6 +4444,10 @@ components:
44474444
url:
44484445
type: string
44494446
description: A URL, generated based on availability, that links to the position of the snippet text or to the nearest header above the snippet text.
4447+
snippet:
4448+
type: string
4449+
deprecated: true
4450+
description: A matching snippet from the document. Query term matches are marked by the unicode characters uE006 and uE007. Use 'text' field instead.
44504451
example:
44514452
snippet: snippet
44524453
mimeType: mimeType

0 commit comments

Comments
 (0)