mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] Swagger: add missing paging params to bookmarks list (#2759)
No code changes.
This commit is contained in:
@@ -53,6 +53,28 @@ const (
|
||||
// - OAuth2 Bearer:
|
||||
// - read:bookmarks
|
||||
//
|
||||
// parameters:
|
||||
// -
|
||||
// name: limit
|
||||
// type: integer
|
||||
// description: Number of statuses to return.
|
||||
// default: 30
|
||||
// in: query
|
||||
// -
|
||||
// name: max_id
|
||||
// type: string
|
||||
// description: >-
|
||||
// Return only bookmarked statuses *OLDER* than the given bookmark ID.
|
||||
// The status with the corresponding bookmark ID will not be included in the response.
|
||||
// in: query
|
||||
// -
|
||||
// name: min_id
|
||||
// type: string
|
||||
// description: >-
|
||||
// Return only bookmarked statuses *NEWER* than the given bookmark ID.
|
||||
// The status with the corresponding bookmark ID will not be included in the response.
|
||||
// in: query
|
||||
//
|
||||
// responses:
|
||||
// '200':
|
||||
// description: Array of bookmarked statuses
|
||||
|
Reference in New Issue
Block a user