mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
add set permission endpoint and UI
This commit is contained in:
parent
98f1d1517a
commit
ac1c4e206e
18 changed files with 419 additions and 6 deletions
5
mobile/openapi/test/album_api_test.dart
generated
5
mobile/openapi/test/album_api_test.dart
generated
|
|
@ -62,6 +62,11 @@ void main() {
|
|||
// TODO
|
||||
});
|
||||
|
||||
//Future setAlbumPermission(String id, String userId, SetAlbumPermissionDto setAlbumPermissionDto) async
|
||||
test('test setAlbumPermission', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
//Future<AlbumResponseDto> updateAlbumInfo(String id, UpdateAlbumDto updateAlbumDto) async
|
||||
test('test updateAlbumInfo', () async {
|
||||
// TODO
|
||||
|
|
|
|||
27
mobile/openapi/test/set_album_permission_dto_test.dart
generated
Normal file
27
mobile/openapi/test/set_album_permission_dto_test.dart
generated
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
//
|
||||
// AUTO-GENERATED FILE, DO NOT MODIFY!
|
||||
//
|
||||
// @dart=2.12
|
||||
|
||||
// ignore_for_file: unused_element, unused_import
|
||||
// ignore_for_file: always_put_required_named_parameters_first
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: lines_longer_than_80_chars
|
||||
|
||||
import 'package:openapi/api.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
// tests for SetAlbumPermissionDto
|
||||
void main() {
|
||||
// final instance = SetAlbumPermissionDto();
|
||||
|
||||
group('test SetAlbumPermissionDto', () {
|
||||
// bool readonly
|
||||
test('to test the property `readonly`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue