search.yaml: Rename some titles to avoid confusion between request and response schemas
Signed-off-by: Alexey Rusakov <Alexey.Rusakov@pm.me>
This commit is contained in:
parent
442ad99727
commit
dfdc5f9bef
1 changed files with 4 additions and 4 deletions
|
@ -74,7 +74,7 @@ paths:
|
||||||
properties:
|
properties:
|
||||||
room_events:
|
room_events:
|
||||||
type: object
|
type: object
|
||||||
title: "Room Events"
|
title: Room Events Criteria
|
||||||
description: Mapping of category name to search criteria.
|
description: Mapping of category name to search criteria.
|
||||||
properties:
|
properties:
|
||||||
search_term:
|
search_term:
|
||||||
|
@ -103,7 +103,7 @@ paths:
|
||||||
The order in which to search for results.
|
The order in which to search for results.
|
||||||
By default, this is ``"rank"``.
|
By default, this is ``"rank"``.
|
||||||
event_context:
|
event_context:
|
||||||
title: "Event Context"
|
title: "Include Event Context"
|
||||||
type: object
|
type: object
|
||||||
description: |-
|
description: |-
|
||||||
Configures whether any context for the events
|
Configures whether any context for the events
|
||||||
|
@ -169,13 +169,13 @@ paths:
|
||||||
properties:
|
properties:
|
||||||
search_categories:
|
search_categories:
|
||||||
type: object
|
type: object
|
||||||
title: Categories
|
title: Result Categories
|
||||||
description: Describes which categories to search in and
|
description: Describes which categories to search in and
|
||||||
their criteria.
|
their criteria.
|
||||||
properties:
|
properties:
|
||||||
room_events:
|
room_events:
|
||||||
type: object
|
type: object
|
||||||
title: Room Event Results
|
title: Result Room Events
|
||||||
description: Mapping of category name to search criteria.
|
description: Mapping of category name to search criteria.
|
||||||
properties:
|
properties:
|
||||||
count:
|
count:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue