mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
* feat(server): api keys * chore: open-api * feat(web): api keys * fix: remove keys when deleting a user
500 B
Generated
500 B
Generated
openapi.model.APIKeyResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | num | ||
| name | String | ||
| createdAt | String | ||
| updatedAt | String |