mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
feat: endpoint descriptions (#23813)
This commit is contained in:
16
mobile/openapi/lib/api/timeline_api.dart
generated
16
mobile/openapi/lib/api/timeline_api.dart
generated
@@ -16,7 +16,9 @@ class TimelineApi {
|
||||
|
||||
final ApiClient apiClient;
|
||||
|
||||
/// This endpoint requires the `asset.read` permission.
|
||||
/// Get time bucket
|
||||
///
|
||||
/// Retrieve a string of all asset ids in a given time bucket.
|
||||
///
|
||||
/// Note: This method returns the HTTP [Response].
|
||||
///
|
||||
@@ -127,7 +129,9 @@ class TimelineApi {
|
||||
);
|
||||
}
|
||||
|
||||
/// This endpoint requires the `asset.read` permission.
|
||||
/// Get time bucket
|
||||
///
|
||||
/// Retrieve a string of all asset ids in a given time bucket.
|
||||
///
|
||||
/// Parameters:
|
||||
///
|
||||
@@ -185,7 +189,9 @@ class TimelineApi {
|
||||
return null;
|
||||
}
|
||||
|
||||
/// This endpoint requires the `asset.read` permission.
|
||||
/// Get time buckets
|
||||
///
|
||||
/// Retrieve a list of all minimal time buckets.
|
||||
///
|
||||
/// Note: This method returns the HTTP [Response].
|
||||
///
|
||||
@@ -292,7 +298,9 @@ class TimelineApi {
|
||||
);
|
||||
}
|
||||
|
||||
/// This endpoint requires the `asset.read` permission.
|
||||
/// Get time buckets
|
||||
///
|
||||
/// Retrieve a list of all minimal time buckets.
|
||||
///
|
||||
/// Parameters:
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user