2022-07-13 12:23:48 +00:00
# openapi
Immich API
This Dart package is automatically generated by the [OpenAPI Generator ](https://openapi-generator.tech ) project:
2024-12-17 16:00:50 +00:00
- API version: 1.123.0
2024-09-05 16:31:48 +00:00
- Generator version: 7.8.0
2022-07-13 12:23:48 +00:00
- Build package: org.openapitools.codegen.languages.DartClientCodegen
## Requirements
Dart 2.12 or later
## Installation & Usage
### Github
If this Dart package is published to Github, add the following dependency to your pubspec.yaml
```
dependencies:
openapi:
git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
### Local
To use the package in your local drive, add the following dependency to your pubspec.yaml
```
dependencies:
openapi:
path: /path/to/openapi
```
## Tests
TODO
## Getting Started
Please follow the [installation procedure ](#installation--usage ) and then run the following:
```dart
import 'package:openapi/api.dart';
2023-04-09 02:26:09 +00:00
// TODO Configure API key authorization: cookie
//defaultApiClient.getAuthentication< ApiKeyAuth > ('cookie').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication< ApiKeyAuth > ('cookie').apiKeyPrefix = 'Bearer';
2023-05-04 16:41:29 +00:00
// TODO Configure API key authorization: api_key
//defaultApiClient.getAuthentication< ApiKeyAuth > ('api_key').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication< ApiKeyAuth > ('api_key').apiKeyPrefix = 'Bearer';
2023-02-24 16:01:10 +00:00
// TODO Configure HTTP Bearer authorization: bearer
// Case 1. Use String Token
//defaultApiClient.getAuthentication< HttpBearerAuth > ('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
// Case 2. Use Function which generate token.
// String yourTokenGeneratorFunction() { ... }
//defaultApiClient.getAuthentication< HttpBearerAuth > ('bearer').setAccessToken(yourTokenGeneratorFunction);
2022-07-13 12:23:48 +00:00
2024-05-29 22:26:57 +00:00
final api_instance = APIKeysApi();
2023-01-02 20:22:33 +00:00
final aPIKeyCreateDto = APIKeyCreateDto(); // APIKeyCreateDto |
2022-07-13 12:23:48 +00:00
try {
2023-11-04 01:33:15 +00:00
final result = api_instance.createApiKey(aPIKeyCreateDto);
2022-07-13 12:23:48 +00:00
print(result);
} catch (e) {
2024-05-29 22:26:57 +00:00
print('Exception when calling APIKeysApi->createApiKey: $e\n');
2022-07-13 12:23:48 +00:00
}
```
## Documentation for API Endpoints
All URIs are relative to */api*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
2024-05-29 22:26:57 +00:00
*APIKeysApi* | [**createApiKey** ](doc//APIKeysApi.md#createapikey ) | **POST** /api-keys |
*APIKeysApi* | [**deleteApiKey** ](doc//APIKeysApi.md#deleteapikey ) | **DELETE** /api-keys/{id} |
*APIKeysApi* | [**getApiKey** ](doc//APIKeysApi.md#getapikey ) | **GET** /api-keys/{id} |
*APIKeysApi* | [**getApiKeys** ](doc//APIKeysApi.md#getapikeys ) | **GET** /api-keys |
*APIKeysApi* | [**updateApiKey** ](doc//APIKeysApi.md#updateapikey ) | **PUT** /api-keys/{id} |
*ActivitiesApi* | [**createActivity** ](doc//ActivitiesApi.md#createactivity ) | **POST** /activities |
*ActivitiesApi* | [**deleteActivity** ](doc//ActivitiesApi.md#deleteactivity ) | **DELETE** /activities/{id} |
*ActivitiesApi* | [**getActivities** ](doc//ActivitiesApi.md#getactivities ) | **GET** /activities |
*ActivitiesApi* | [**getActivityStatistics** ](doc//ActivitiesApi.md#getactivitystatistics ) | **GET** /activities/statistics |
*AlbumsApi* | [**addAssetsToAlbum** ](doc//AlbumsApi.md#addassetstoalbum ) | **PUT** /albums/{id}/assets |
*AlbumsApi* | [**addUsersToAlbum** ](doc//AlbumsApi.md#adduserstoalbum ) | **PUT** /albums/{id}/users |
*AlbumsApi* | [**createAlbum** ](doc//AlbumsApi.md#createalbum ) | **POST** /albums |
*AlbumsApi* | [**deleteAlbum** ](doc//AlbumsApi.md#deletealbum ) | **DELETE** /albums/{id} |
*AlbumsApi* | [**getAlbumInfo** ](doc//AlbumsApi.md#getalbuminfo ) | **GET** /albums/{id} |
2024-08-20 11:50:36 +00:00
*AlbumsApi* | [**getAlbumStatistics** ](doc//AlbumsApi.md#getalbumstatistics ) | **GET** /albums/statistics |
2024-05-29 22:26:57 +00:00
*AlbumsApi* | [**getAllAlbums** ](doc//AlbumsApi.md#getallalbums ) | **GET** /albums |
*AlbumsApi* | [**removeAssetFromAlbum** ](doc//AlbumsApi.md#removeassetfromalbum ) | **DELETE** /albums/{id}/assets |
*AlbumsApi* | [**removeUserFromAlbum** ](doc//AlbumsApi.md#removeuserfromalbum ) | **DELETE** /albums/{id}/user/{userId} |
*AlbumsApi* | [**updateAlbumInfo** ](doc//AlbumsApi.md#updatealbuminfo ) | **PATCH** /albums/{id} |
*AlbumsApi* | [**updateAlbumUser** ](doc//AlbumsApi.md#updatealbumuser ) | **PUT** /albums/{id}/user/{userId} |
2024-12-23 21:03:34 +00:00
*AssetsApi* | [**checkBulkUpload** ](doc//AssetsApi.md#checkbulkupload ) | **POST** /assets/bulk-upload-check | Checks if assets exist by checksums
*AssetsApi* | [**checkExistingAssets** ](doc//AssetsApi.md#checkexistingassets ) | **POST** /assets/exist | Checks if multiple assets exist on the server and returns all existing - used by background backup
2024-05-31 17:44:04 +00:00
*AssetsApi* | [**deleteAssets** ](doc//AssetsApi.md#deleteassets ) | **DELETE** /assets |
*AssetsApi* | [**downloadAsset** ](doc//AssetsApi.md#downloadasset ) | **GET** /assets/{id}/original |
2024-12-23 21:03:34 +00:00
*AssetsApi* | [**getAllUserAssetsByDeviceId** ](doc//AssetsApi.md#getalluserassetsbydeviceid ) | **GET** /assets/device/{deviceId} | Get all asset of a device that are in the database, ID only.
2024-05-31 17:44:04 +00:00
*AssetsApi* | [**getAssetInfo** ](doc//AssetsApi.md#getassetinfo ) | **GET** /assets/{id} |
*AssetsApi* | [**getAssetStatistics** ](doc//AssetsApi.md#getassetstatistics ) | **GET** /assets/statistics |
*AssetsApi* | [**getMemoryLane** ](doc//AssetsApi.md#getmemorylane ) | **GET** /assets/memory-lane |
*AssetsApi* | [**getRandom** ](doc//AssetsApi.md#getrandom ) | **GET** /assets/random |
*AssetsApi* | [**playAssetVideo** ](doc//AssetsApi.md#playassetvideo ) | **GET** /assets/{id}/video/playback |
2024-12-23 21:03:34 +00:00
*AssetsApi* | [**replaceAsset** ](doc//AssetsApi.md#replaceasset ) | **PUT** /assets/{id}/original | Replace the asset with new file, without changing its id
2024-05-31 17:44:04 +00:00
*AssetsApi* | [**runAssetJobs** ](doc//AssetsApi.md#runassetjobs ) | **POST** /assets/jobs |
*AssetsApi* | [**updateAsset** ](doc//AssetsApi.md#updateasset ) | **PUT** /assets/{id} |
*AssetsApi* | [**updateAssets** ](doc//AssetsApi.md#updateassets ) | **PUT** /assets |
*AssetsApi* | [**uploadAsset** ](doc//AssetsApi.md#uploadasset ) | **POST** /assets |
*AssetsApi* | [**viewAsset** ](doc//AssetsApi.md#viewasset ) | **GET** /assets/{id}/thumbnail |
2023-08-24 19:28:50 +00:00
*AuditApi* | [**getAuditDeletes** ](doc//AuditApi.md#getauditdeletes ) | **GET** /audit/deletes |
2022-12-21 14:43:35 +00:00
*AuthenticationApi* | [**changePassword** ](doc//AuthenticationApi.md#changepassword ) | **POST** /auth/change-password |
2022-07-13 12:23:48 +00:00
*AuthenticationApi* | [**login** ](doc//AuthenticationApi.md#login ) | **POST** /auth/login |
2022-07-19 18:49:58 +00:00
*AuthenticationApi* | [**logout** ](doc//AuthenticationApi.md#logout ) | **POST** /auth/logout |
2023-11-04 01:33:15 +00:00
*AuthenticationApi* | [**signUpAdmin** ](doc//AuthenticationApi.md#signupadmin ) | **POST** /auth/admin-sign-up |
2022-07-13 12:23:48 +00:00
*AuthenticationApi* | [**validateAccessToken** ](doc//AuthenticationApi.md#validateaccesstoken ) | **POST** /auth/validateToken |
2024-09-23 16:09:26 +00:00
*DeprecatedApi* | [**getRandom** ](doc//DeprecatedApi.md#getrandom ) | **GET** /assets/random |
2024-01-26 14:19:13 +00:00
*DownloadApi* | [**downloadArchive** ](doc//DownloadApi.md#downloadarchive ) | **POST** /download/archive |
*DownloadApi* | [**getDownloadInfo** ](doc//DownloadApi.md#getdownloadinfo ) | **POST** /download/info |
2024-05-29 22:26:57 +00:00
*DuplicatesApi* | [**getAssetDuplicates** ](doc//DuplicatesApi.md#getassetduplicates ) | **GET** /duplicates |
*FacesApi* | [**getFaces** ](doc//FacesApi.md#getfaces ) | **GET** /faces |
*FacesApi* | [**reassignFacesById** ](doc//FacesApi.md#reassignfacesbyid ) | **PUT** /faces/{id} |
*FileReportsApi* | [**fixAuditFiles** ](doc//FileReportsApi.md#fixauditfiles ) | **POST** /reports/fix |
*FileReportsApi* | [**getAuditFiles** ](doc//FileReportsApi.md#getauditfiles ) | **GET** /reports |
*FileReportsApi* | [**getFileChecksums** ](doc//FileReportsApi.md#getfilechecksums ) | **POST** /reports/checksum |
2024-09-16 20:49:12 +00:00
*JobsApi* | [**createJob** ](doc//JobsApi.md#createjob ) | **POST** /jobs |
2024-05-29 22:26:57 +00:00
*JobsApi* | [**getAllJobsStatus** ](doc//JobsApi.md#getalljobsstatus ) | **GET** /jobs |
*JobsApi* | [**sendJobCommand** ](doc//JobsApi.md#sendjobcommand ) | **PUT** /jobs/{id} |
*LibrariesApi* | [**createLibrary** ](doc//LibrariesApi.md#createlibrary ) | **POST** /libraries |
*LibrariesApi* | [**deleteLibrary** ](doc//LibrariesApi.md#deletelibrary ) | **DELETE** /libraries/{id} |
*LibrariesApi* | [**getAllLibraries** ](doc//LibrariesApi.md#getalllibraries ) | **GET** /libraries |
*LibrariesApi* | [**getLibrary** ](doc//LibrariesApi.md#getlibrary ) | **GET** /libraries/{id} |
*LibrariesApi* | [**getLibraryStatistics** ](doc//LibrariesApi.md#getlibrarystatistics ) | **GET** /libraries/{id}/statistics |
*LibrariesApi* | [**scanLibrary** ](doc//LibrariesApi.md#scanlibrary ) | **POST** /libraries/{id}/scan |
*LibrariesApi* | [**updateLibrary** ](doc//LibrariesApi.md#updatelibrary ) | **PUT** /libraries/{id} |
*LibrariesApi* | [**validate** ](doc//LibrariesApi.md#validate ) | **POST** /libraries/{id}/validate |
2024-05-29 15:51:01 +00:00
*MapApi* | [**getMapMarkers** ](doc//MapApi.md#getmapmarkers ) | **GET** /map/markers |
2024-07-29 22:17:26 +00:00
*MapApi* | [**reverseGeocode** ](doc//MapApi.md#reversegeocode ) | **GET** /map/reverse-geocode |
2024-05-29 22:26:57 +00:00
*MemoriesApi* | [**addMemoryAssets** ](doc//MemoriesApi.md#addmemoryassets ) | **PUT** /memories/{id}/assets |
*MemoriesApi* | [**createMemory** ](doc//MemoriesApi.md#creatememory ) | **POST** /memories |
*MemoriesApi* | [**deleteMemory** ](doc//MemoriesApi.md#deletememory ) | **DELETE** /memories/{id} |
*MemoriesApi* | [**getMemory** ](doc//MemoriesApi.md#getmemory ) | **GET** /memories/{id} |
*MemoriesApi* | [**removeMemoryAssets** ](doc//MemoriesApi.md#removememoryassets ) | **DELETE** /memories/{id}/assets |
*MemoriesApi* | [**searchMemories** ](doc//MemoriesApi.md#searchmemories ) | **GET** /memories |
*MemoriesApi* | [**updateMemory** ](doc//MemoriesApi.md#updatememory ) | **PUT** /memories/{id} |
2024-12-04 20:26:02 +00:00
*NotificationsApi* | [**getNotificationTemplate** ](doc//NotificationsApi.md#getnotificationtemplate ) | **POST** /notifications/templates/{name} |
2024-06-07 16:34:09 +00:00
*NotificationsApi* | [**sendTestEmail** ](doc//NotificationsApi.md#sendtestemail ) | **POST** /notifications/test-email |
2023-11-04 01:33:15 +00:00
*OAuthApi* | [**finishOAuth** ](doc//OAuthApi.md#finishoauth ) | **POST** /oauth/callback |
*OAuthApi* | [**linkOAuthAccount** ](doc//OAuthApi.md#linkoauthaccount ) | **POST** /oauth/link |
*OAuthApi* | [**redirectOAuthToMobile** ](doc//OAuthApi.md#redirectoauthtomobile ) | **GET** /oauth/mobile-redirect |
*OAuthApi* | [**startOAuth** ](doc//OAuthApi.md#startoauth ) | **POST** /oauth/authorize |
*OAuthApi* | [**unlinkOAuthAccount** ](doc//OAuthApi.md#unlinkoauthaccount ) | **POST** /oauth/unlink |
2024-05-29 22:26:57 +00:00
*PartnersApi* | [**createPartner** ](doc//PartnersApi.md#createpartner ) | **POST** /partners/{id} |
*PartnersApi* | [**getPartners** ](doc//PartnersApi.md#getpartners ) | **GET** /partners |
*PartnersApi* | [**removePartner** ](doc//PartnersApi.md#removepartner ) | **DELETE** /partners/{id} |
*PartnersApi* | [**updatePartner** ](doc//PartnersApi.md#updatepartner ) | **PUT** /partners/{id} |
*PeopleApi* | [**createPerson** ](doc//PeopleApi.md#createperson ) | **POST** /people |
*PeopleApi* | [**getAllPeople** ](doc//PeopleApi.md#getallpeople ) | **GET** /people |
*PeopleApi* | [**getPerson** ](doc//PeopleApi.md#getperson ) | **GET** /people/{id} |
*PeopleApi* | [**getPersonStatistics** ](doc//PeopleApi.md#getpersonstatistics ) | **GET** /people/{id}/statistics |
*PeopleApi* | [**getPersonThumbnail** ](doc//PeopleApi.md#getpersonthumbnail ) | **GET** /people/{id}/thumbnail |
*PeopleApi* | [**mergePerson** ](doc//PeopleApi.md#mergeperson ) | **POST** /people/{id}/merge |
*PeopleApi* | [**reassignFaces** ](doc//PeopleApi.md#reassignfaces ) | **PUT** /people/{id}/reassign |
*PeopleApi* | [**updatePeople** ](doc//PeopleApi.md#updatepeople ) | **PUT** /people |
*PeopleApi* | [**updatePerson** ](doc//PeopleApi.md#updateperson ) | **PUT** /people/{id} |
2024-03-20 03:23:57 +00:00
*SearchApi* | [**getAssetsByCity** ](doc//SearchApi.md#getassetsbycity ) | **GET** /search/cities |
2023-03-05 20:44:31 +00:00
*SearchApi* | [**getExploreData** ](doc//SearchApi.md#getexploredata ) | **GET** /search/explore |
2024-02-13 19:54:58 +00:00
*SearchApi* | [**getSearchSuggestions** ](doc//SearchApi.md#getsearchsuggestions ) | **GET** /search/suggestions |
2024-11-20 19:47:25 +00:00
*SearchApi* | [**searchAssets** ](doc//SearchApi.md#searchassets ) | **POST** /search/metadata |
2023-10-10 14:34:25 +00:00
*SearchApi* | [**searchPerson** ](doc//SearchApi.md#searchperson ) | **GET** /search/person |
2024-02-24 00:42:37 +00:00
*SearchApi* | [**searchPlaces** ](doc//SearchApi.md#searchplaces ) | **GET** /search/places |
2024-09-23 16:09:26 +00:00
*SearchApi* | [**searchRandom** ](doc//SearchApi.md#searchrandom ) | **POST** /search/random |
2024-02-17 17:00:55 +00:00
*SearchApi* | [**searchSmart** ](doc//SearchApi.md#searchsmart ) | **POST** /search/smart |
2024-07-01 17:43:16 +00:00
*ServerApi* | [**deleteServerLicense** ](doc//ServerApi.md#deleteserverlicense ) | **DELETE** /server/license |
2024-08-20 12:50:14 +00:00
*ServerApi* | [**getAboutInfo** ](doc//ServerApi.md#getaboutinfo ) | **GET** /server/about |
*ServerApi* | [**getServerConfig** ](doc//ServerApi.md#getserverconfig ) | **GET** /server/config |
*ServerApi* | [**getServerFeatures** ](doc//ServerApi.md#getserverfeatures ) | **GET** /server/features |
2024-07-01 17:43:16 +00:00
*ServerApi* | [**getServerLicense** ](doc//ServerApi.md#getserverlicense ) | **GET** /server/license |
2024-08-20 12:50:14 +00:00
*ServerApi* | [**getServerStatistics** ](doc//ServerApi.md#getserverstatistics ) | **GET** /server/statistics |
*ServerApi* | [**getServerVersion** ](doc//ServerApi.md#getserverversion ) | **GET** /server/version |
*ServerApi* | [**getStorage** ](doc//ServerApi.md#getstorage ) | **GET** /server/storage |
*ServerApi* | [**getSupportedMediaTypes** ](doc//ServerApi.md#getsupportedmediatypes ) | **GET** /server/media-types |
*ServerApi* | [**getTheme** ](doc//ServerApi.md#gettheme ) | **GET** /server/theme |
2024-10-01 17:33:58 +00:00
*ServerApi* | [**getVersionHistory** ](doc//ServerApi.md#getversionhistory ) | **GET** /server/version-history |
2024-08-20 12:50:14 +00:00
*ServerApi* | [**pingServer** ](doc//ServerApi.md#pingserver ) | **GET** /server/ping |
2024-07-01 17:43:16 +00:00
*ServerApi* | [**setServerLicense** ](doc//ServerApi.md#setserverlicense ) | **PUT** /server/license |
2024-04-19 10:47:29 +00:00
*SessionsApi* | [**deleteAllSessions** ](doc//SessionsApi.md#deleteallsessions ) | **DELETE** /sessions |
*SessionsApi* | [**deleteSession** ](doc//SessionsApi.md#deletesession ) | **DELETE** /sessions/{id} |
*SessionsApi* | [**getSessions** ](doc//SessionsApi.md#getsessions ) | **GET** /sessions |
2024-05-29 22:26:57 +00:00
*SharedLinksApi* | [**addSharedLinkAssets** ](doc//SharedLinksApi.md#addsharedlinkassets ) | **PUT** /shared-links/{id}/assets |
*SharedLinksApi* | [**createSharedLink** ](doc//SharedLinksApi.md#createsharedlink ) | **POST** /shared-links |
*SharedLinksApi* | [**getAllSharedLinks** ](doc//SharedLinksApi.md#getallsharedlinks ) | **GET** /shared-links |
*SharedLinksApi* | [**getMySharedLink** ](doc//SharedLinksApi.md#getmysharedlink ) | **GET** /shared-links/me |
*SharedLinksApi* | [**getSharedLinkById** ](doc//SharedLinksApi.md#getsharedlinkbyid ) | **GET** /shared-links/{id} |
*SharedLinksApi* | [**removeSharedLink** ](doc//SharedLinksApi.md#removesharedlink ) | **DELETE** /shared-links/{id} |
*SharedLinksApi* | [**removeSharedLinkAssets** ](doc//SharedLinksApi.md#removesharedlinkassets ) | **DELETE** /shared-links/{id}/assets |
*SharedLinksApi* | [**updateSharedLink** ](doc//SharedLinksApi.md#updatesharedlink ) | **PATCH** /shared-links/{id} |
2024-08-19 17:37:15 +00:00
*StacksApi* | [**createStack** ](doc//StacksApi.md#createstack ) | **POST** /stacks |
*StacksApi* | [**deleteStack** ](doc//StacksApi.md#deletestack ) | **DELETE** /stacks/{id} |
*StacksApi* | [**deleteStacks** ](doc//StacksApi.md#deletestacks ) | **DELETE** /stacks |
*StacksApi* | [**getStack** ](doc//StacksApi.md#getstack ) | **GET** /stacks/{id} |
*StacksApi* | [**searchStacks** ](doc//StacksApi.md#searchstacks ) | **GET** /stacks |
*StacksApi* | [**updateStack** ](doc//StacksApi.md#updatestack ) | **PUT** /stacks/{id} |
2024-04-29 03:24:21 +00:00
*SyncApi* | [**getDeltaSync** ](doc//SyncApi.md#getdeltasync ) | **POST** /sync/delta-sync |
*SyncApi* | [**getFullSyncForUser** ](doc//SyncApi.md#getfullsyncforuser ) | **POST** /sync/full-sync |
2022-11-15 04:39:32 +00:00
*SystemConfigApi* | [**getConfig** ](doc//SystemConfigApi.md#getconfig ) | **GET** /system-config |
2023-11-04 01:33:15 +00:00
*SystemConfigApi* | [**getConfigDefaults** ](doc//SystemConfigApi.md#getconfigdefaults ) | **GET** /system-config/defaults |
2022-12-16 20:26:12 +00:00
*SystemConfigApi* | [**getStorageTemplateOptions** ](doc//SystemConfigApi.md#getstoragetemplateoptions ) | **GET** /system-config/storage-template-options |
2022-11-15 04:39:32 +00:00
*SystemConfigApi* | [**updateConfig** ](doc//SystemConfigApi.md#updateconfig ) | **PUT** /system-config |
2024-04-20 00:36:15 +00:00
*SystemMetadataApi* | [**getAdminOnboarding** ](doc//SystemMetadataApi.md#getadminonboarding ) | **GET** /system-metadata/admin-onboarding |
*SystemMetadataApi* | [**getReverseGeocodingState** ](doc//SystemMetadataApi.md#getreversegeocodingstate ) | **GET** /system-metadata/reverse-geocoding-state |
*SystemMetadataApi* | [**updateAdminOnboarding** ](doc//SystemMetadataApi.md#updateadminonboarding ) | **POST** /system-metadata/admin-onboarding |
2024-08-29 16:14:03 +00:00
*TagsApi* | [**bulkTagAssets** ](doc//TagsApi.md#bulktagassets ) | **PUT** /tags/assets |
2024-05-29 22:26:57 +00:00
*TagsApi* | [**createTag** ](doc//TagsApi.md#createtag ) | **POST** /tags |
*TagsApi* | [**deleteTag** ](doc//TagsApi.md#deletetag ) | **DELETE** /tags/{id} |
*TagsApi* | [**getAllTags** ](doc//TagsApi.md#getalltags ) | **GET** /tags |
*TagsApi* | [**getTagById** ](doc//TagsApi.md#gettagbyid ) | **GET** /tags/{id} |
*TagsApi* | [**tagAssets** ](doc//TagsApi.md#tagassets ) | **PUT** /tags/{id}/assets |
*TagsApi* | [**untagAssets** ](doc//TagsApi.md#untagassets ) | **DELETE** /tags/{id}/assets |
2024-08-29 16:14:03 +00:00
*TagsApi* | [**updateTag** ](doc//TagsApi.md#updatetag ) | **PUT** /tags/{id} |
*TagsApi* | [**upsertTags** ](doc//TagsApi.md#upserttags ) | **PUT** /tags |
2024-03-29 03:20:40 +00:00
*TimelineApi* | [**getTimeBucket** ](doc//TimelineApi.md#gettimebucket ) | **GET** /timeline/bucket |
*TimelineApi* | [**getTimeBuckets** ](doc//TimelineApi.md#gettimebuckets ) | **GET** /timeline/buckets |
2024-01-26 16:48:37 +00:00
*TrashApi* | [**emptyTrash** ](doc//TrashApi.md#emptytrash ) | **POST** /trash/empty |
*TrashApi* | [**restoreAssets** ](doc//TrashApi.md#restoreassets ) | **POST** /trash/restore/assets |
*TrashApi* | [**restoreTrash** ](doc//TrashApi.md#restoretrash ) | **POST** /trash/restore |
2024-05-29 22:26:57 +00:00
*UsersApi* | [**createProfileImage** ](doc//UsersApi.md#createprofileimage ) | **POST** /users/profile-image |
*UsersApi* | [**deleteProfileImage** ](doc//UsersApi.md#deleteprofileimage ) | **DELETE** /users/profile-image |
2024-07-01 17:43:16 +00:00
*UsersApi* | [**deleteUserLicense** ](doc//UsersApi.md#deleteuserlicense ) | **DELETE** /users/me/license |
2024-05-29 22:26:57 +00:00
*UsersApi* | [**getMyPreferences** ](doc//UsersApi.md#getmypreferences ) | **GET** /users/me/preferences |
*UsersApi* | [**getMyUser** ](doc//UsersApi.md#getmyuser ) | **GET** /users/me |
*UsersApi* | [**getProfileImage** ](doc//UsersApi.md#getprofileimage ) | **GET** /users/{id}/profile-image |
*UsersApi* | [**getUser** ](doc//UsersApi.md#getuser ) | **GET** /users/{id} |
2024-07-01 17:43:16 +00:00
*UsersApi* | [**getUserLicense** ](doc//UsersApi.md#getuserlicense ) | **GET** /users/me/license |
2024-05-29 22:26:57 +00:00
*UsersApi* | [**searchUsers** ](doc//UsersApi.md#searchusers ) | **GET** /users |
2024-07-01 17:43:16 +00:00
*UsersApi* | [**setUserLicense** ](doc//UsersApi.md#setuserlicense ) | **PUT** /users/me/license |
2024-05-29 22:26:57 +00:00
*UsersApi* | [**updateMyPreferences** ](doc//UsersApi.md#updatemypreferences ) | **PUT** /users/me/preferences |
*UsersApi* | [**updateMyUser** ](doc//UsersApi.md#updatemyuser ) | **PUT** /users/me |
*UsersAdminApi* | [**createUserAdmin** ](doc//UsersAdminApi.md#createuseradmin ) | **POST** /admin/users |
*UsersAdminApi* | [**deleteUserAdmin** ](doc//UsersAdminApi.md#deleteuseradmin ) | **DELETE** /admin/users/{id} |
*UsersAdminApi* | [**getUserAdmin** ](doc//UsersAdminApi.md#getuseradmin ) | **GET** /admin/users/{id} |
*UsersAdminApi* | [**getUserPreferencesAdmin** ](doc//UsersAdminApi.md#getuserpreferencesadmin ) | **GET** /admin/users/{id}/preferences |
*UsersAdminApi* | [**restoreUserAdmin** ](doc//UsersAdminApi.md#restoreuseradmin ) | **POST** /admin/users/{id}/restore |
*UsersAdminApi* | [**searchUsersAdmin** ](doc//UsersAdminApi.md#searchusersadmin ) | **GET** /admin/users |
*UsersAdminApi* | [**updateUserAdmin** ](doc//UsersAdminApi.md#updateuseradmin ) | **PUT** /admin/users/{id} |
*UsersAdminApi* | [**updateUserPreferencesAdmin** ](doc//UsersAdminApi.md#updateuserpreferencesadmin ) | **PUT** /admin/users/{id}/preferences |
2024-08-21 18:49:37 +00:00
*ViewApi* | [**getAssetsByOriginalPath** ](doc//ViewApi.md#getassetsbyoriginalpath ) | **GET** /view/folder |
*ViewApi* | [**getUniqueOriginalPaths** ](doc//ViewApi.md#getuniqueoriginalpaths ) | **GET** /view/folder/unique-paths |
2022-07-13 12:23:48 +00:00
## Documentation For Models
2023-01-02 20:22:33 +00:00
- [APIKeyCreateDto ](doc//APIKeyCreateDto.md )
- [APIKeyCreateResponseDto ](doc//APIKeyCreateResponseDto.md )
- [APIKeyResponseDto ](doc//APIKeyResponseDto.md )
- [APIKeyUpdateDto ](doc//APIKeyUpdateDto.md )
2023-11-01 03:13:34 +00:00
- [ActivityCreateDto ](doc//ActivityCreateDto.md )
- [ActivityResponseDto ](doc//ActivityResponseDto.md )
- [ActivityStatisticsResponseDto ](doc//ActivityStatisticsResponseDto.md )
2022-07-13 12:23:48 +00:00
- [AddUsersDto ](doc//AddUsersDto.md )
2024-04-20 00:36:15 +00:00
- [AdminOnboardingUpdateDto ](doc//AdminOnboardingUpdateDto.md )
2022-07-13 12:23:48 +00:00
- [AlbumResponseDto ](doc//AlbumResponseDto.md )
2024-08-20 11:50:36 +00:00
- [AlbumStatisticsResponseDto ](doc//AlbumStatisticsResponseDto.md )
2024-04-25 04:19:49 +00:00
- [AlbumUserAddDto ](doc//AlbumUserAddDto.md )
2024-05-07 20:38:09 +00:00
- [AlbumUserCreateDto ](doc//AlbumUserCreateDto.md )
2024-04-25 04:19:49 +00:00
- [AlbumUserResponseDto ](doc//AlbumUserResponseDto.md )
- [AlbumUserRole ](doc//AlbumUserRole.md )
2022-10-06 16:25:54 +00:00
- [AllJobStatusResponseDto ](doc//AllJobStatusResponseDto.md )
2023-10-06 07:01:14 +00:00
- [AssetBulkDeleteDto ](doc//AssetBulkDeleteDto.md )
2023-08-16 20:04:55 +00:00
- [AssetBulkUpdateDto ](doc//AssetBulkUpdateDto.md )
2023-05-24 21:08:21 +00:00
- [AssetBulkUploadCheckDto ](doc//AssetBulkUploadCheckDto.md )
- [AssetBulkUploadCheckItem ](doc//AssetBulkUploadCheckItem.md )
- [AssetBulkUploadCheckResponseDto ](doc//AssetBulkUploadCheckResponseDto.md )
- [AssetBulkUploadCheckResult ](doc//AssetBulkUploadCheckResult.md )
2024-04-29 03:24:21 +00:00
- [AssetDeltaSyncDto ](doc//AssetDeltaSyncDto.md )
2024-04-16 05:26:37 +00:00
- [AssetDeltaSyncResponseDto ](doc//AssetDeltaSyncResponseDto.md )
2023-12-05 15:43:15 +00:00
- [AssetFaceResponseDto ](doc//AssetFaceResponseDto.md )
- [AssetFaceUpdateDto ](doc//AssetFaceUpdateDto.md )
- [AssetFaceUpdateItem ](doc//AssetFaceUpdateItem.md )
- [AssetFaceWithoutPersonResponseDto ](doc//AssetFaceWithoutPersonResponseDto.md )
2024-04-29 03:24:21 +00:00
- [AssetFullSyncDto ](doc//AssetFullSyncDto.md )
2023-06-01 01:51:28 +00:00
- [AssetIdsDto ](doc//AssetIdsDto.md )
- [AssetIdsResponseDto ](doc//AssetIdsResponseDto.md )
2023-08-18 14:31:48 +00:00
- [AssetJobName ](doc//AssetJobName.md )
- [AssetJobsDto ](doc//AssetJobsDto.md )
2024-05-24 00:26:22 +00:00
- [AssetMediaResponseDto ](doc//AssetMediaResponseDto.md )
2024-05-31 17:44:04 +00:00
- [AssetMediaSize ](doc//AssetMediaSize.md )
2024-05-24 00:26:22 +00:00
- [AssetMediaStatus ](doc//AssetMediaStatus.md )
2023-11-14 22:47:15 +00:00
- [AssetOrder ](doc//AssetOrder.md )
2022-07-13 12:23:48 +00:00
- [AssetResponseDto ](doc//AssetResponseDto.md )
2024-08-19 17:37:15 +00:00
- [AssetStackResponseDto ](doc//AssetStackResponseDto.md )
2023-07-14 13:30:17 +00:00
- [AssetStatsResponseDto ](doc//AssetStatsResponseDto.md )
2022-07-13 12:23:48 +00:00
- [AssetTypeEnum ](doc//AssetTypeEnum.md )
2023-07-09 02:43:11 +00:00
- [AudioCodec ](doc//AudioCodec.md )
2023-08-24 19:28:50 +00:00
- [AuditDeletesResponseDto ](doc//AuditDeletesResponseDto.md )
2024-05-28 02:16:53 +00:00
- [AvatarResponse ](doc//AvatarResponse.md )
- [AvatarUpdate ](doc//AvatarUpdate.md )
2023-07-11 21:52:41 +00:00
- [BulkIdResponseDto ](doc//BulkIdResponseDto.md )
2023-08-02 01:29:14 +00:00
- [BulkIdsDto ](doc//BulkIdsDto.md )
2023-08-29 13:58:00 +00:00
- [CLIPConfig ](doc//CLIPConfig.md )
2023-09-03 01:22:42 +00:00
- [CQMode ](doc//CQMode.md )
2022-12-21 14:43:35 +00:00
- [ChangePasswordDto ](doc//ChangePasswordDto.md )
2022-10-25 14:51:03 +00:00
- [CheckExistingAssetsDto ](doc//CheckExistingAssetsDto.md )
- [CheckExistingAssetsResponseDto ](doc//CheckExistingAssetsResponseDto.md )
2023-09-03 06:21:51 +00:00
- [Colorspace ](doc//Colorspace.md )
2022-07-13 12:23:48 +00:00
- [CreateAlbumDto ](doc//CreateAlbumDto.md )
2023-09-20 11:16:33 +00:00
- [CreateLibraryDto ](doc//CreateLibraryDto.md )
2022-07-13 12:23:48 +00:00
- [CreateProfileImageResponseDto ](doc//CreateProfileImageResponseDto.md )
2024-10-31 11:29:42 +00:00
- [DatabaseBackupConfig ](doc//DatabaseBackupConfig.md )
2023-06-30 16:24:28 +00:00
- [DownloadArchiveInfo ](doc//DownloadArchiveInfo.md )
2023-08-15 15:49:32 +00:00
- [DownloadInfoDto ](doc//DownloadInfoDto.md )
2024-06-14 15:27:12 +00:00
- [DownloadResponse ](doc//DownloadResponse.md )
2023-06-30 16:24:28 +00:00
- [DownloadResponseDto ](doc//DownloadResponseDto.md )
2024-06-14 15:27:12 +00:00
- [DownloadUpdate ](doc//DownloadUpdate.md )
2024-05-16 17:08:37 +00:00
- [DuplicateDetectionConfig ](doc//DuplicateDetectionConfig.md )
2024-05-18 18:50:28 +00:00
- [DuplicateResponseDto ](doc//DuplicateResponseDto.md )
2024-06-03 21:00:20 +00:00
- [EmailNotificationsResponse ](doc//EmailNotificationsResponse.md )
- [EmailNotificationsUpdate ](doc//EmailNotificationsUpdate.md )
2023-08-24 19:28:50 +00:00
- [EntityType ](doc//EntityType.md )
2022-07-13 12:23:48 +00:00
- [ExifResponseDto ](doc//ExifResponseDto.md )
2023-12-05 15:43:15 +00:00
- [FaceDto ](doc//FaceDto.md )
2024-06-07 03:09:47 +00:00
- [FacialRecognitionConfig ](doc//FacialRecognitionConfig.md )
2023-10-14 17:12:59 +00:00
- [FileChecksumDto ](doc//FileChecksumDto.md )
- [FileChecksumResponseDto ](doc//FileChecksumResponseDto.md )
- [FileReportDto ](doc//FileReportDto.md )
- [FileReportFixDto ](doc//FileReportFixDto.md )
- [FileReportItemDto ](doc//FileReportItemDto.md )
2024-08-29 19:29:04 +00:00
- [FoldersResponse ](doc//FoldersResponse.md )
- [FoldersUpdate ](doc//FoldersUpdate.md )
2024-04-02 04:56:56 +00:00
- [ImageFormat ](doc//ImageFormat.md )
2022-10-06 16:25:54 +00:00
- [JobCommand ](doc//JobCommand.md )
- [JobCommandDto ](doc//JobCommandDto.md )
2023-03-20 15:55:28 +00:00
- [JobCountsDto ](doc//JobCountsDto.md )
2024-09-16 20:49:12 +00:00
- [JobCreateDto ](doc//JobCreateDto.md )
2023-03-20 15:55:28 +00:00
- [JobName ](doc//JobName.md )
2023-06-01 10:32:51 +00:00
- [JobSettingsDto ](doc//JobSettingsDto.md )
2023-04-01 20:46:07 +00:00
- [JobStatusDto ](doc//JobStatusDto.md )
2023-09-20 11:16:33 +00:00
- [LibraryResponseDto ](doc//LibraryResponseDto.md )
- [LibraryStatsResponseDto ](doc//LibraryStatsResponseDto.md )
2024-07-01 17:43:16 +00:00
- [LicenseKeyDto ](doc//LicenseKeyDto.md )
- [LicenseResponseDto ](doc//LicenseResponseDto.md )
2023-12-14 16:55:40 +00:00
- [LogLevel ](doc//LogLevel.md )
2022-07-13 12:23:48 +00:00
- [LoginCredentialDto ](doc//LoginCredentialDto.md )
- [LoginResponseDto ](doc//LoginResponseDto.md )
2022-07-19 18:49:58 +00:00
- [LogoutResponseDto ](doc//LogoutResponseDto.md )
2024-09-16 20:49:12 +00:00
- [ManualJobName ](doc//ManualJobName.md )
2023-05-06 01:33:30 +00:00
- [MapMarkerResponseDto ](doc//MapMarkerResponseDto.md )
2024-07-29 22:17:26 +00:00
- [MapReverseGeocodeResponseDto ](doc//MapReverseGeocodeResponseDto.md )
2024-08-29 19:29:04 +00:00
- [MemoriesResponse ](doc//MemoriesResponse.md )
- [MemoriesUpdate ](doc//MemoriesUpdate.md )
2024-04-02 14:23:17 +00:00
- [MemoryCreateDto ](doc//MemoryCreateDto.md )
2023-06-15 01:47:18 +00:00
- [MemoryLaneResponseDto ](doc//MemoryLaneResponseDto.md )
2024-04-02 14:23:17 +00:00
- [MemoryResponseDto ](doc//MemoryResponseDto.md )
- [MemoryType ](doc//MemoryType.md )
- [MemoryUpdateDto ](doc//MemoryUpdateDto.md )
2023-07-11 21:52:41 +00:00
- [MergePersonDto ](doc//MergePersonDto.md )
2024-02-17 17:00:55 +00:00
- [MetadataSearchDto ](doc//MetadataSearchDto.md )
2023-09-01 11:08:42 +00:00
- [OAuthAuthorizeResponseDto ](doc//OAuthAuthorizeResponseDto.md )
2022-11-15 02:24:25 +00:00
- [OAuthCallbackDto ](doc//OAuthCallbackDto.md )
- [OAuthConfigDto ](doc//OAuthConfigDto.md )
2024-04-02 19:21:58 +00:00
- [OnThisDayDto ](doc//OnThisDayDto.md )
2024-07-08 20:41:39 +00:00
- [PartnerDirection ](doc//PartnerDirection.md )
2023-11-11 21:06:19 +00:00
- [PartnerResponseDto ](doc//PartnerResponseDto.md )
2023-10-14 17:12:59 +00:00
- [PathEntityType ](doc//PathEntityType.md )
- [PathType ](doc//PathType.md )
2024-08-29 19:29:04 +00:00
- [PeopleResponse ](doc//PeopleResponse.md )
2023-07-18 18:09:43 +00:00
- [PeopleResponseDto ](doc//PeopleResponseDto.md )
2024-08-29 19:29:04 +00:00
- [PeopleUpdate ](doc//PeopleUpdate.md )
2023-07-23 03:00:43 +00:00
- [PeopleUpdateDto ](doc//PeopleUpdateDto.md )
- [PeopleUpdateItem ](doc//PeopleUpdateItem.md )
2024-08-16 13:48:43 +00:00
- [Permission ](doc//Permission.md )
2024-03-07 20:34:57 +00:00
- [PersonCreateDto ](doc//PersonCreateDto.md )
2023-05-17 17:07:17 +00:00
- [PersonResponseDto ](doc//PersonResponseDto.md )
2023-10-24 15:53:49 +00:00
- [PersonStatisticsResponseDto ](doc//PersonStatisticsResponseDto.md )
2023-05-17 17:07:17 +00:00
- [PersonUpdateDto ](doc//PersonUpdateDto.md )
2023-12-05 15:43:15 +00:00
- [PersonWithFacesResponseDto ](doc//PersonWithFacesResponseDto.md )
2024-02-24 00:42:37 +00:00
- [PlacesResponseDto ](doc//PlacesResponseDto.md )
2024-07-26 15:34:35 +00:00
- [PurchaseResponse ](doc//PurchaseResponse.md )
- [PurchaseUpdate ](doc//PurchaseUpdate.md )
2023-04-01 20:46:07 +00:00
- [QueueStatusDto ](doc//QueueStatusDto.md )
2024-09-23 16:09:26 +00:00
- [RandomSearchDto ](doc//RandomSearchDto.md )
2024-08-29 19:29:04 +00:00
- [RatingsResponse ](doc//RatingsResponse.md )
- [RatingsUpdate ](doc//RatingsUpdate.md )
2023-11-10 02:32:31 +00:00
- [ReactionLevel ](doc//ReactionLevel.md )
2023-11-01 03:13:34 +00:00
- [ReactionType ](doc//ReactionType.md )
2024-04-20 00:36:15 +00:00
- [ReverseGeocodingStateResponseDto ](doc//ReverseGeocodingStateResponseDto.md )
2023-03-03 02:47:08 +00:00
- [SearchAlbumResponseDto ](doc//SearchAlbumResponseDto.md )
- [SearchAssetResponseDto ](doc//SearchAssetResponseDto.md )
2023-03-05 20:44:31 +00:00
- [SearchExploreItem ](doc//SearchExploreItem.md )
- [SearchExploreResponseDto ](doc//SearchExploreResponseDto.md )
2023-03-03 02:47:08 +00:00
- [SearchFacetCountResponseDto ](doc//SearchFacetCountResponseDto.md )
- [SearchFacetResponseDto ](doc//SearchFacetResponseDto.md )
- [SearchResponseDto ](doc//SearchResponseDto.md )
2024-02-13 19:54:58 +00:00
- [SearchSuggestionType ](doc//SearchSuggestionType.md )
2024-06-26 12:25:09 +00:00
- [ServerAboutResponseDto ](doc//ServerAboutResponseDto.md )
2023-09-09 02:51:46 +00:00
- [ServerConfigDto ](doc//ServerConfigDto.md )
2023-08-18 04:55:26 +00:00
- [ServerFeaturesDto ](doc//ServerFeaturesDto.md )
2023-07-16 01:24:46 +00:00
- [ServerMediaTypesResponseDto ](doc//ServerMediaTypesResponseDto.md )
2022-07-13 12:23:48 +00:00
- [ServerPingResponse ](doc//ServerPingResponse.md )
2022-10-23 21:54:54 +00:00
- [ServerStatsResponseDto ](doc//ServerStatsResponseDto.md )
2024-05-22 09:25:55 +00:00
- [ServerStorageResponseDto ](doc//ServerStorageResponseDto.md )
2023-10-25 22:13:05 +00:00
- [ServerThemeDto ](doc//ServerThemeDto.md )
2024-10-01 17:33:58 +00:00
- [ServerVersionHistoryResponseDto ](doc//ServerVersionHistoryResponseDto.md )
2023-08-18 04:55:26 +00:00
- [ServerVersionResponseDto ](doc//ServerVersionResponseDto.md )
2024-04-19 10:47:29 +00:00
- [SessionResponseDto ](doc//SessionResponseDto.md )
2023-06-21 01:08:43 +00:00
- [SharedLinkCreateDto ](doc//SharedLinkCreateDto.md )
- [SharedLinkEditDto ](doc//SharedLinkEditDto.md )
2023-01-09 20:16:08 +00:00
- [SharedLinkResponseDto ](doc//SharedLinkResponseDto.md )
- [SharedLinkType ](doc//SharedLinkType.md )
2022-07-13 12:23:48 +00:00
- [SignUpDto ](doc//SignUpDto.md )
2024-02-17 17:00:55 +00:00
- [SmartSearchDto ](doc//SmartSearchDto.md )
2024-09-04 22:23:58 +00:00
- [SourceType ](doc//SourceType.md )
2024-08-19 17:37:15 +00:00
- [StackCreateDto ](doc//StackCreateDto.md )
- [StackResponseDto ](doc//StackResponseDto.md )
- [StackUpdateDto ](doc//StackUpdateDto.md )
2024-10-31 11:29:42 +00:00
- [SystemConfigBackupsDto ](doc//SystemConfigBackupsDto.md )
2022-12-09 20:51:42 +00:00
- [SystemConfigDto ](doc//SystemConfigDto.md )
- [SystemConfigFFmpegDto ](doc//SystemConfigFFmpegDto.md )
2024-09-04 22:23:58 +00:00
- [SystemConfigFacesDto ](doc//SystemConfigFacesDto.md )
2024-09-28 06:01:04 +00:00
- [SystemConfigGeneratedImageDto ](doc//SystemConfigGeneratedImageDto.md )
2024-04-02 04:56:56 +00:00
- [SystemConfigImageDto ](doc//SystemConfigImageDto.md )
2023-06-01 10:32:51 +00:00
- [SystemConfigJobDto ](doc//SystemConfigJobDto.md )
2023-10-31 20:19:12 +00:00
- [SystemConfigLibraryDto ](doc//SystemConfigLibraryDto.md )
- [SystemConfigLibraryScanDto ](doc//SystemConfigLibraryScanDto.md )
2024-01-31 08:15:54 +00:00
- [SystemConfigLibraryWatchDto ](doc//SystemConfigLibraryWatchDto.md )
2023-12-14 16:55:40 +00:00
- [SystemConfigLoggingDto ](doc//SystemConfigLoggingDto.md )
2023-08-25 04:15:03 +00:00
- [SystemConfigMachineLearningDto ](doc//SystemConfigMachineLearningDto.md )
2023-09-09 02:51:46 +00:00
- [SystemConfigMapDto ](doc//SystemConfigMapDto.md )
2024-09-04 22:23:58 +00:00
- [SystemConfigMetadataDto ](doc//SystemConfigMetadataDto.md )
2023-10-24 15:05:42 +00:00
- [SystemConfigNewVersionCheckDto ](doc//SystemConfigNewVersionCheckDto.md )
2024-05-02 14:43:18 +00:00
- [SystemConfigNotificationsDto ](doc//SystemConfigNotificationsDto.md )
2022-12-09 20:51:42 +00:00
- [SystemConfigOAuthDto ](doc//SystemConfigOAuthDto.md )
2023-01-09 21:32:58 +00:00
- [SystemConfigPasswordLoginDto ](doc//SystemConfigPasswordLoginDto.md )
2023-09-26 07:03:57 +00:00
- [SystemConfigReverseGeocodingDto ](doc//SystemConfigReverseGeocodingDto.md )
2024-01-04 02:54:48 +00:00
- [SystemConfigServerDto ](doc//SystemConfigServerDto.md )
2024-05-02 14:43:18 +00:00
- [SystemConfigSmtpDto ](doc//SystemConfigSmtpDto.md )
- [SystemConfigSmtpTransportDto ](doc//SystemConfigSmtpTransportDto.md )
2022-12-16 20:26:12 +00:00
- [SystemConfigStorageTemplateDto ](doc//SystemConfigStorageTemplateDto.md )
2024-12-04 20:26:02 +00:00
- [SystemConfigTemplateEmailsDto ](doc//SystemConfigTemplateEmailsDto.md )
2022-12-16 20:26:12 +00:00
- [SystemConfigTemplateStorageOptionDto ](doc//SystemConfigTemplateStorageOptionDto.md )
2024-12-04 20:26:02 +00:00
- [SystemConfigTemplatesDto ](doc//SystemConfigTemplatesDto.md )
2023-10-23 18:38:41 +00:00
- [SystemConfigThemeDto ](doc//SystemConfigThemeDto.md )
2023-10-06 07:01:14 +00:00
- [SystemConfigTrashDto ](doc//SystemConfigTrashDto.md )
2024-03-06 05:45:40 +00:00
- [SystemConfigUserDto ](doc//SystemConfigUserDto.md )
2024-08-29 16:14:03 +00:00
- [TagBulkAssetsDto ](doc//TagBulkAssetsDto.md )
- [TagBulkAssetsResponseDto ](doc//TagBulkAssetsResponseDto.md )
- [TagCreateDto ](doc//TagCreateDto.md )
2022-12-05 17:56:44 +00:00
- [TagResponseDto ](doc//TagResponseDto.md )
2024-08-29 16:14:03 +00:00
- [TagUpdateDto ](doc//TagUpdateDto.md )
- [TagUpsertDto ](doc//TagUpsertDto.md )
2024-08-29 19:29:04 +00:00
- [TagsResponse ](doc//TagsResponse.md )
- [TagsUpdate ](doc//TagsUpdate.md )
2024-12-04 20:26:02 +00:00
- [TemplateDto ](doc//TemplateDto.md )
- [TemplateResponseDto ](doc//TemplateResponseDto.md )
2024-09-25 16:05:03 +00:00
- [TestEmailResponseDto ](doc//TestEmailResponseDto.md )
2023-08-04 21:07:15 +00:00
- [TimeBucketResponseDto ](doc//TimeBucketResponseDto.md )
- [TimeBucketSize ](doc//TimeBucketSize.md )
2023-08-07 20:35:25 +00:00
- [ToneMapping ](doc//ToneMapping.md )
2023-08-02 01:56:10 +00:00
- [TranscodeHWAccel ](doc//TranscodeHWAccel.md )
2023-07-09 02:43:11 +00:00
- [TranscodePolicy ](doc//TranscodePolicy.md )
2024-09-18 13:57:52 +00:00
- [TrashResponseDto ](doc//TrashResponseDto.md )
2022-07-13 12:23:48 +00:00
- [UpdateAlbumDto ](doc//UpdateAlbumDto.md )
2024-04-25 04:19:49 +00:00
- [UpdateAlbumUserDto ](doc//UpdateAlbumUserDto.md )
2022-11-08 16:20:36 +00:00
- [UpdateAssetDto ](doc//UpdateAssetDto.md )
2023-09-20 11:16:33 +00:00
- [UpdateLibraryDto ](doc//UpdateLibraryDto.md )
2023-11-11 21:06:19 +00:00
- [UpdatePartnerDto ](doc//UpdatePartnerDto.md )
2022-10-23 21:54:54 +00:00
- [UsageByUserDto ](doc//UsageByUserDto.md )
2024-05-26 22:15:52 +00:00
- [UserAdminCreateDto ](doc//UserAdminCreateDto.md )
- [UserAdminDeleteDto ](doc//UserAdminDeleteDto.md )
- [UserAdminResponseDto ](doc//UserAdminResponseDto.md )
- [UserAdminUpdateDto ](doc//UserAdminUpdateDto.md )
2023-11-14 03:10:35 +00:00
- [UserAvatarColor ](doc//UserAvatarColor.md )
2024-07-01 17:43:16 +00:00
- [UserLicense ](doc//UserLicense.md )
2024-05-28 02:16:53 +00:00
- [UserPreferencesResponseDto ](doc//UserPreferencesResponseDto.md )
- [UserPreferencesUpdateDto ](doc//UserPreferencesUpdateDto.md )
2022-07-13 12:23:48 +00:00
- [UserResponseDto ](doc//UserResponseDto.md )
2024-03-08 22:49:39 +00:00
- [UserStatus ](doc//UserStatus.md )
2024-05-26 22:15:52 +00:00
- [UserUpdateMeDto ](doc//UserUpdateMeDto.md )
2022-07-13 12:23:48 +00:00
- [ValidateAccessTokenResponseDto ](doc//ValidateAccessTokenResponseDto.md )
2024-02-20 15:53:12 +00:00
- [ValidateLibraryDto ](doc//ValidateLibraryDto.md )
- [ValidateLibraryImportPathResponseDto ](doc//ValidateLibraryImportPathResponseDto.md )
- [ValidateLibraryResponseDto ](doc//ValidateLibraryResponseDto.md )
2023-07-09 02:43:11 +00:00
- [VideoCodec ](doc//VideoCodec.md )
2024-07-21 21:14:23 +00:00
- [VideoContainer ](doc//VideoContainer.md )
2022-07-13 12:23:48 +00:00
## Documentation For Authorization
2024-01-26 16:40:28 +00:00
Authentication schemes defined for the API:
### bearer
2022-07-13 12:23:48 +00:00
- **Type**: HTTP Bearer authentication
2024-01-26 16:40:28 +00:00
### cookie
2023-02-24 16:01:10 +00:00
- **Type**: API key
- **API key parameter name**: immich_access_token
- **Location**:
2024-01-26 16:40:28 +00:00
### api_key
2023-05-04 16:41:29 +00:00
- **Type**: API key
- **API key parameter name**: x-api-key
- **Location**: HTTP header
2022-07-13 12:23:48 +00:00
## Author