mirror of
https://github.com/immich-app/immich.git
synced 2025-11-22 22:20:43 +09:00
chore(server): sort open api params (#6484)
* chore: sort spec * chore: open api * chore(mobile): sort auditDeletes params --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
2
mobile/openapi/test/shared_link_api_test.dart
generated
2
mobile/openapi/test/shared_link_api_test.dart
generated
@@ -32,7 +32,7 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
//Future<SharedLinkResponseDto> getMySharedLink({ String password, String token, String key }) async
|
||||
//Future<SharedLinkResponseDto> getMySharedLink({ String key, String password, String token }) async
|
||||
test('test getMySharedLink', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user