immich_api_rs 1.137.3

Immich API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# PeopleUpdateItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**birth_date** | Option<[**String**]string.md> | Person date of birth. Note: the mobile app cannot currently set the birth date to null. | [optional]
**color** | Option<**String**> |  | [optional]
**feature_face_asset_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> | Asset is used to get the feature face thumbnail. | [optional]
**id** | **String** | Person id. | 
**is_favorite** | Option<**bool**> |  | [optional]
**is_hidden** | Option<**bool**> | Person visibility | [optional]
**name** | Option<**String**> | Person name. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)