|
|
@ -99,7 +99,9 @@ paths:
|
|
|
|
title: "Ordering"
|
|
|
|
title: "Ordering"
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
enum: ["recent", "rank"]
|
|
|
|
enum: ["recent", "rank"]
|
|
|
|
description: "The order in which to search for results."
|
|
|
|
description: |-
|
|
|
|
|
|
|
|
The order in which to search for results.
|
|
|
|
|
|
|
|
By default, this is ``"rank"``.
|
|
|
|
event_context:
|
|
|
|
event_context:
|
|
|
|
title: "Event Context"
|
|
|
|
title: "Event Context"
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
@ -112,13 +114,13 @@ paths:
|
|
|
|
title: "Before limit"
|
|
|
|
title: "Before limit"
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
How many events before the result are
|
|
|
|
How many events before the result are
|
|
|
|
returned.
|
|
|
|
returned. By default, this is ``5``.
|
|
|
|
after_limit:
|
|
|
|
after_limit:
|
|
|
|
type: integer
|
|
|
|
type: integer
|
|
|
|
title: "After limit"
|
|
|
|
title: "After limit"
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
How many events after the result are
|
|
|
|
How many events after the result are
|
|
|
|
returned.
|
|
|
|
returned. By default, this is ``5``.
|
|
|
|
include_profile:
|
|
|
|
include_profile:
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
title: "Return profile information"
|
|
|
|
title: "Return profile information"
|
|
|
@ -126,6 +128,7 @@ paths:
|
|
|
|
Requests that the server returns the
|
|
|
|
Requests that the server returns the
|
|
|
|
historic profile information for the users
|
|
|
|
historic profile information for the users
|
|
|
|
that sent the events that were returned.
|
|
|
|
that sent the events that were returned.
|
|
|
|
|
|
|
|
By default, this is ``false``.
|
|
|
|
include_state:
|
|
|
|
include_state:
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
title: Include current state
|
|
|
|
title: Include current state
|
|
|
|