1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00
immich/mobile/openapi/doc/CreateUserDto.md
Jason Rasmussen 74353193f8
feat(web,server): user storage label (#2418)
* feat: user storage label

* chore: open api

* fix: checks

* fix: api update validation and tests

* feat: default admin storage label

* fix: linting

* fix: user create/update dto

* fix: delete library with custom label
2023-05-21 23:18:10 -04:00

552 B
Generated

openapi.model.CreateUserDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
email String
password String
firstName String
lastName String
storageLabel String [optional]

[Back to Model list] [Back to API list] [Back to README]