diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/api/client/bookmarks/bookmarksget.go | 22 | 
1 files changed, 22 insertions, 0 deletions
diff --git a/internal/api/client/bookmarks/bookmarksget.go b/internal/api/client/bookmarks/bookmarksget.go index 17808642c..e6489c405 100644 --- a/internal/api/client/bookmarks/bookmarksget.go +++ b/internal/api/client/bookmarks/bookmarksget.go @@ -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  | 
