Skip to content

Commit

Permalink
Merge pull request #82 from apivideo/Update-get-live-streams-sortby-a…
Browse files Browse the repository at this point in the history
…ttribute

Update get live streams sortby attribute
  • Loading branch information
bot-api-video authored Dec 20, 2023
2 parents 36e802c + 8df8565 commit 3d608a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Api/LiveStreamsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
`streamKey` | **string**| The unique stream key that allows you to stream videos. | [optional]
`name` | **string**| You can filter live streams by their name or a part of their name. | [optional]
`sortBy` | **string**| Allowed: createdAt, publishedAt, name. createdAt - the time a livestream was created using the specified streamKey. publishedAt - the time a livestream was published using the specified streamKey. name - the name of the livestream. If you choose one of the time based options, the time is presented in ISO-8601 format. | [optional]
`sortBy` | **string**| Enables you to sort live stream results. Allowed attributes: `name`, `createdAt`, `updatedAt`. `name` - the name of the live stream. `createdAt` - the time a live stream was created. `updatedAt` - the time a live stream was last updated. When using `createdAt` or `updatedAt`, the API sorts the results based on the ISO-8601 time format. | [optional]
`sortOrder` | **string**| Allowed: asc, desc. Ascending for date and time means that earlier values precede later ones. Descending means that later values preced earlier ones. For title, it is 0-9 and A-Z ascending and Z-A, 9-0 descending. | [optional]
`currentPage` | **int**| Choose the number of search results to return per page. Minimum value: 1 | [optional] [default to 1]
`pageSize` | **int**| Results per page. Allowed values 1-100, default is 25. | [optional] [default to 25]
Expand Down

0 comments on commit 3d608a9

Please sign in to comment.