mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore: deprecate (#21791)
This commit is contained in:
parent
f7d9215464
commit
7e377d3e42
7 changed files with 163 additions and 15 deletions
8
mobile/openapi/lib/api/assets_api.dart
generated
8
mobile/openapi/lib/api/assets_api.dart
generated
|
|
@ -729,9 +729,9 @@ class AssetsApi {
|
|||
return null;
|
||||
}
|
||||
|
||||
/// replaceAsset
|
||||
/// Replace the asset with new file, without changing its id
|
||||
///
|
||||
/// Replace the asset with new file, without changing its id. This endpoint requires the `asset.replace` permission.
|
||||
/// This property was deprecated in v1.142.0. Replace the asset with new file, without changing its id. This endpoint requires the `asset.replace` permission.
|
||||
///
|
||||
/// Note: This method returns the HTTP [Response].
|
||||
///
|
||||
|
|
@ -823,9 +823,9 @@ class AssetsApi {
|
|||
);
|
||||
}
|
||||
|
||||
/// replaceAsset
|
||||
/// Replace the asset with new file, without changing its id
|
||||
///
|
||||
/// Replace the asset with new file, without changing its id. This endpoint requires the `asset.replace` permission.
|
||||
/// This property was deprecated in v1.142.0. Replace the asset with new file, without changing its id. This endpoint requires the `asset.replace` permission.
|
||||
///
|
||||
/// Parameters:
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue