mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 18:42:17 -07:00
9e6d6b2532
* feat(server): api keys * chore: open-api * feat(web): api keys * fix: remove keys when deleting a user
17 lines
484 B
Markdown
Generated
17 lines
484 B
Markdown
Generated
# openapi.model.APIKeyCreateResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**secret** | **String** | |
|
|
**apiKey** | [**APIKeyResponseDto**](APIKeyResponseDto.md) | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|