Skip to content

Commit

Permalink
Adds default values
Browse files Browse the repository at this point in the history
  • Loading branch information
natasha-moore-elastic committed Mar 11, 2024
1 parent 8931815 commit 35bffcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/events/api/timeline-api-get.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Retrieves a list of all Timelines or Timeline templates.

|`only_user_favorite` |Boolean a|If set to `true`, returns only favorite Timelines / Timeline templates. Defaults to `false`.
|No
|`page_index` |Number |The page number to return. Defaults to TBD.
|`page_index` |Number |The page number to return. Defaults to `1`.
|No
|`page_size` |Number |The number of items to return per page. Defaults to TBD.
|`page_size` |Number |The number of items to return per page. Defaults to `10`.
|No
|`search` |String |The keyword in the Timeline / Timeline template title or description to filter the results by.
|No
Expand Down

0 comments on commit 35bffcf

Please sign in to comment.