2022-07-13 05:23:48 -07:00
|
|
|
# openapi
|
|
|
|
Immich API
|
|
|
|
|
|
|
|
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
|
|
|
2023-05-23 02:21:22 -07:00
|
|
|
- API version: 1.57.1
|
2022-07-13 05:23:48 -07: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-08 19:26:09 -07: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 09:41:29 -07: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 09:01:10 -07: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 05:23:48 -07:00
|
|
|
|
2023-01-02 13:22:33 -07:00
|
|
|
final api_instance = APIKeyApi();
|
|
|
|
final aPIKeyCreateDto = APIKeyCreateDto(); // APIKeyCreateDto |
|
2022-07-13 05:23:48 -07:00
|
|
|
|
|
|
|
try {
|
2023-01-02 13:22:33 -07:00
|
|
|
final result = api_instance.createKey(aPIKeyCreateDto);
|
2022-07-13 05:23:48 -07:00
|
|
|
print(result);
|
|
|
|
} catch (e) {
|
2023-01-02 13:22:33 -07:00
|
|
|
print('Exception when calling APIKeyApi->createKey: $e\n');
|
2022-07-13 05:23:48 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
## Documentation for API Endpoints
|
|
|
|
|
|
|
|
All URIs are relative to */api*
|
|
|
|
|
|
|
|
Class | Method | HTTP request | Description
|
|
|
|
------------ | ------------- | ------------- | -------------
|
2023-01-02 13:22:33 -07:00
|
|
|
*APIKeyApi* | [**createKey**](doc//APIKeyApi.md#createkey) | **POST** /api-key |
|
|
|
|
*APIKeyApi* | [**deleteKey**](doc//APIKeyApi.md#deletekey) | **DELETE** /api-key/{id} |
|
|
|
|
*APIKeyApi* | [**getKey**](doc//APIKeyApi.md#getkey) | **GET** /api-key/{id} |
|
|
|
|
*APIKeyApi* | [**getKeys**](doc//APIKeyApi.md#getkeys) | **GET** /api-key |
|
|
|
|
*APIKeyApi* | [**updateKey**](doc//APIKeyApi.md#updatekey) | **PUT** /api-key/{id} |
|
2023-05-24 07:30:13 -07:00
|
|
|
*AlbumApi* | [**addAssetsToAlbum**](doc//AlbumApi.md#addassetstoalbum) | **PUT** /album/{id}/assets |
|
|
|
|
*AlbumApi* | [**addUsersToAlbum**](doc//AlbumApi.md#adduserstoalbum) | **PUT** /album/{id}/users |
|
2022-07-13 05:23:48 -07:00
|
|
|
*AlbumApi* | [**createAlbum**](doc//AlbumApi.md#createalbum) | **POST** /album |
|
2023-01-09 13:16:08 -07:00
|
|
|
*AlbumApi* | [**createAlbumSharedLink**](doc//AlbumApi.md#createalbumsharedlink) | **POST** /album/create-shared-link |
|
2023-05-24 07:30:13 -07:00
|
|
|
*AlbumApi* | [**deleteAlbum**](doc//AlbumApi.md#deletealbum) | **DELETE** /album/{id} |
|
|
|
|
*AlbumApi* | [**downloadArchive**](doc//AlbumApi.md#downloadarchive) | **GET** /album/{id}/download |
|
2022-09-07 13:16:18 -07:00
|
|
|
*AlbumApi* | [**getAlbumCountByUserId**](doc//AlbumApi.md#getalbumcountbyuserid) | **GET** /album/count-by-user-id |
|
2023-05-24 07:30:13 -07:00
|
|
|
*AlbumApi* | [**getAlbumInfo**](doc//AlbumApi.md#getalbuminfo) | **GET** /album/{id} |
|
2022-07-13 05:23:48 -07:00
|
|
|
*AlbumApi* | [**getAllAlbums**](doc//AlbumApi.md#getallalbums) | **GET** /album |
|
2023-05-24 07:30:13 -07:00
|
|
|
*AlbumApi* | [**removeAssetFromAlbum**](doc//AlbumApi.md#removeassetfromalbum) | **DELETE** /album/{id}/assets |
|
|
|
|
*AlbumApi* | [**removeUserFromAlbum**](doc//AlbumApi.md#removeuserfromalbum) | **DELETE** /album/{id}/user/{userId} |
|
|
|
|
*AlbumApi* | [**updateAlbumInfo**](doc//AlbumApi.md#updatealbuminfo) | **PATCH** /album/{id} |
|
2023-02-15 14:21:22 -07:00
|
|
|
*AssetApi* | [**addAssetsToSharedLink**](doc//AssetApi.md#addassetstosharedlink) | **PATCH** /asset/shared-link/add |
|
2022-07-13 05:23:48 -07:00
|
|
|
*AssetApi* | [**checkDuplicateAsset**](doc//AssetApi.md#checkduplicateasset) | **POST** /asset/check |
|
2022-10-25 07:51:03 -07:00
|
|
|
*AssetApi* | [**checkExistingAssets**](doc//AssetApi.md#checkexistingassets) | **POST** /asset/exist |
|
2023-01-14 22:49:47 -07:00
|
|
|
*AssetApi* | [**createAssetsSharedLink**](doc//AssetApi.md#createassetssharedlink) | **POST** /asset/shared-link |
|
2022-07-13 05:23:48 -07:00
|
|
|
*AssetApi* | [**deleteAsset**](doc//AssetApi.md#deleteasset) | **DELETE** /asset |
|
2022-11-15 23:11:16 -07:00
|
|
|
*AssetApi* | [**downloadFile**](doc//AssetApi.md#downloadfile) | **GET** /asset/download/{assetId} |
|
2023-01-09 13:16:08 -07:00
|
|
|
*AssetApi* | [**downloadFiles**](doc//AssetApi.md#downloadfiles) | **POST** /asset/download-files |
|
2022-11-15 08:51:56 -07:00
|
|
|
*AssetApi* | [**downloadLibrary**](doc//AssetApi.md#downloadlibrary) | **GET** /asset/download-library |
|
2022-07-13 05:23:48 -07:00
|
|
|
*AssetApi* | [**getAllAssets**](doc//AssetApi.md#getallassets) | **GET** /asset |
|
2023-04-12 08:37:52 -07:00
|
|
|
*AssetApi* | [**getArchivedAssetCountByUserId**](doc//AssetApi.md#getarchivedassetcountbyuserid) | **GET** /asset/stat/archive |
|
2022-07-13 05:23:48 -07:00
|
|
|
*AssetApi* | [**getAssetById**](doc//AssetApi.md#getassetbyid) | **GET** /asset/assetById/{assetId} |
|
2022-09-04 06:34:39 -07:00
|
|
|
*AssetApi* | [**getAssetByTimeBucket**](doc//AssetApi.md#getassetbytimebucket) | **POST** /asset/time-bucket |
|
|
|
|
*AssetApi* | [**getAssetCountByTimeBucket**](doc//AssetApi.md#getassetcountbytimebucket) | **POST** /asset/count-by-time-bucket |
|
2022-09-07 13:16:18 -07:00
|
|
|
*AssetApi* | [**getAssetCountByUserId**](doc//AssetApi.md#getassetcountbyuserid) | **GET** /asset/count-by-user-id |
|
2022-08-26 22:53:37 -07:00
|
|
|
*AssetApi* | [**getAssetSearchTerms**](doc//AssetApi.md#getassetsearchterms) | **GET** /asset/search-terms |
|
2022-07-13 05:23:48 -07:00
|
|
|
*AssetApi* | [**getAssetThumbnail**](doc//AssetApi.md#getassetthumbnail) | **GET** /asset/thumbnail/{assetId} |
|
2022-08-26 22:53:37 -07:00
|
|
|
*AssetApi* | [**getCuratedLocations**](doc//AssetApi.md#getcuratedlocations) | **GET** /asset/curated-locations |
|
|
|
|
*AssetApi* | [**getCuratedObjects**](doc//AssetApi.md#getcuratedobjects) | **GET** /asset/curated-objects |
|
2023-05-05 18:33:30 -07:00
|
|
|
*AssetApi* | [**getMapMarkers**](doc//AssetApi.md#getmapmarkers) | **GET** /asset/map-marker |
|
2022-07-13 05:23:48 -07:00
|
|
|
*AssetApi* | [**getUserAssetsByDeviceId**](doc//AssetApi.md#getuserassetsbydeviceid) | **GET** /asset/{deviceId} |
|
2023-02-15 14:21:22 -07:00
|
|
|
*AssetApi* | [**removeAssetsFromSharedLink**](doc//AssetApi.md#removeassetsfromsharedlink) | **PATCH** /asset/shared-link/remove |
|
2022-07-13 05:23:48 -07:00
|
|
|
*AssetApi* | [**searchAsset**](doc//AssetApi.md#searchasset) | **POST** /asset/search |
|
2022-11-15 23:11:16 -07:00
|
|
|
*AssetApi* | [**serveFile**](doc//AssetApi.md#servefile) | **GET** /asset/file/{assetId} |
|
2022-12-05 10:56:44 -07:00
|
|
|
*AssetApi* | [**updateAsset**](doc//AssetApi.md#updateasset) | **PUT** /asset/{assetId} |
|
2022-07-13 05:23:48 -07:00
|
|
|
*AssetApi* | [**uploadFile**](doc//AssetApi.md#uploadfile) | **POST** /asset/upload |
|
|
|
|
*AuthenticationApi* | [**adminSignUp**](doc//AuthenticationApi.md#adminsignup) | **POST** /auth/admin-sign-up |
|
2022-12-21 07:43:35 -07:00
|
|
|
*AuthenticationApi* | [**changePassword**](doc//AuthenticationApi.md#changepassword) | **POST** /auth/change-password |
|
2023-04-25 19:19:23 -07:00
|
|
|
*AuthenticationApi* | [**getAuthDevices**](doc//AuthenticationApi.md#getauthdevices) | **GET** /auth/devices |
|
2022-07-13 05:23:48 -07:00
|
|
|
*AuthenticationApi* | [**login**](doc//AuthenticationApi.md#login) | **POST** /auth/login |
|
2022-07-19 11:49:58 -07:00
|
|
|
*AuthenticationApi* | [**logout**](doc//AuthenticationApi.md#logout) | **POST** /auth/logout |
|
2023-04-25 19:19:23 -07:00
|
|
|
*AuthenticationApi* | [**logoutAuthDevice**](doc//AuthenticationApi.md#logoutauthdevice) | **DELETE** /auth/devices/{id} |
|
2023-05-09 12:34:17 -07:00
|
|
|
*AuthenticationApi* | [**logoutAuthDevices**](doc//AuthenticationApi.md#logoutauthdevices) | **DELETE** /auth/devices |
|
2022-07-13 05:23:48 -07:00
|
|
|
*AuthenticationApi* | [**validateAccessToken**](doc//AuthenticationApi.md#validateaccesstoken) | **POST** /auth/validateToken |
|
2022-10-06 09:25:54 -07:00
|
|
|
*JobApi* | [**getAllJobsStatus**](doc//JobApi.md#getalljobsstatus) | **GET** /jobs |
|
|
|
|
*JobApi* | [**sendJobCommand**](doc//JobApi.md#sendjobcommand) | **PUT** /jobs/{jobId} |
|
2022-11-14 19:24:25 -07:00
|
|
|
*OAuthApi* | [**callback**](doc//OAuthApi.md#callback) | **POST** /oauth/callback |
|
|
|
|
*OAuthApi* | [**generateConfig**](doc//OAuthApi.md#generateconfig) | **POST** /oauth/config |
|
2022-12-26 08:35:52 -07:00
|
|
|
*OAuthApi* | [**link**](doc//OAuthApi.md#link) | **POST** /oauth/link |
|
2022-12-29 13:47:30 -07:00
|
|
|
*OAuthApi* | [**mobileRedirect**](doc//OAuthApi.md#mobileredirect) | **GET** /oauth/mobile-redirect |
|
2022-12-26 08:35:52 -07:00
|
|
|
*OAuthApi* | [**unlink**](doc//OAuthApi.md#unlink) | **POST** /oauth/unlink |
|
2023-05-15 10:30:53 -07:00
|
|
|
*PartnerApi* | [**createPartner**](doc//PartnerApi.md#createpartner) | **POST** /partner/{id} |
|
|
|
|
*PartnerApi* | [**getPartners**](doc//PartnerApi.md#getpartners) | **GET** /partner |
|
|
|
|
*PartnerApi* | [**removePartner**](doc//PartnerApi.md#removepartner) | **DELETE** /partner/{id} |
|
2023-05-17 10:07:17 -07:00
|
|
|
*PersonApi* | [**getAllPeople**](doc//PersonApi.md#getallpeople) | **GET** /person |
|
|
|
|
*PersonApi* | [**getPerson**](doc//PersonApi.md#getperson) | **GET** /person/{id} |
|
|
|
|
*PersonApi* | [**getPersonAssets**](doc//PersonApi.md#getpersonassets) | **GET** /person/{id}/assets |
|
|
|
|
*PersonApi* | [**getPersonThumbnail**](doc//PersonApi.md#getpersonthumbnail) | **GET** /person/{id}/thumbnail |
|
|
|
|
*PersonApi* | [**updatePerson**](doc//PersonApi.md#updateperson) | **PUT** /person/{id} |
|
2023-03-05 13:44:31 -07:00
|
|
|
*SearchApi* | [**getExploreData**](doc//SearchApi.md#getexploredata) | **GET** /search/explore |
|
2023-03-02 19:47:08 -07:00
|
|
|
*SearchApi* | [**getSearchConfig**](doc//SearchApi.md#getsearchconfig) | **GET** /search/config |
|
|
|
|
*SearchApi* | [**search**](doc//SearchApi.md#search) | **GET** /search |
|
2022-07-13 05:23:48 -07:00
|
|
|
*ServerInfoApi* | [**getServerInfo**](doc//ServerInfoApi.md#getserverinfo) | **GET** /server-info |
|
|
|
|
*ServerInfoApi* | [**getServerVersion**](doc//ServerInfoApi.md#getserverversion) | **GET** /server-info/version |
|
2022-10-23 14:54:54 -07:00
|
|
|
*ServerInfoApi* | [**getStats**](doc//ServerInfoApi.md#getstats) | **GET** /server-info/stats |
|
2022-07-13 05:23:48 -07:00
|
|
|
*ServerInfoApi* | [**pingServer**](doc//ServerInfoApi.md#pingserver) | **GET** /server-info/ping |
|
2023-01-09 13:16:08 -07:00
|
|
|
*ShareApi* | [**editSharedLink**](doc//ShareApi.md#editsharedlink) | **PATCH** /share/{id} |
|
|
|
|
*ShareApi* | [**getAllSharedLinks**](doc//ShareApi.md#getallsharedlinks) | **GET** /share |
|
|
|
|
*ShareApi* | [**getMySharedLink**](doc//ShareApi.md#getmysharedlink) | **GET** /share/me |
|
|
|
|
*ShareApi* | [**getSharedLinkById**](doc//ShareApi.md#getsharedlinkbyid) | **GET** /share/{id} |
|
|
|
|
*ShareApi* | [**removeSharedLink**](doc//ShareApi.md#removesharedlink) | **DELETE** /share/{id} |
|
2022-11-14 21:39:32 -07:00
|
|
|
*SystemConfigApi* | [**getConfig**](doc//SystemConfigApi.md#getconfig) | **GET** /system-config |
|
2022-12-09 13:51:42 -07:00
|
|
|
*SystemConfigApi* | [**getDefaults**](doc//SystemConfigApi.md#getdefaults) | **GET** /system-config/defaults |
|
2022-12-16 13:26:12 -07:00
|
|
|
*SystemConfigApi* | [**getStorageTemplateOptions**](doc//SystemConfigApi.md#getstoragetemplateoptions) | **GET** /system-config/storage-template-options |
|
2022-11-14 21:39:32 -07:00
|
|
|
*SystemConfigApi* | [**updateConfig**](doc//SystemConfigApi.md#updateconfig) | **PUT** /system-config |
|
2022-12-05 10:56:44 -07:00
|
|
|
*TagApi* | [**create**](doc//TagApi.md#create) | **POST** /tag |
|
|
|
|
*TagApi* | [**delete**](doc//TagApi.md#delete) | **DELETE** /tag/{id} |
|
|
|
|
*TagApi* | [**findAll**](doc//TagApi.md#findall) | **GET** /tag |
|
|
|
|
*TagApi* | [**findOne**](doc//TagApi.md#findone) | **GET** /tag/{id} |
|
|
|
|
*TagApi* | [**update**](doc//TagApi.md#update) | **PATCH** /tag/{id} |
|
2022-07-13 05:23:48 -07:00
|
|
|
*UserApi* | [**createProfileImage**](doc//UserApi.md#createprofileimage) | **POST** /user/profile-image |
|
|
|
|
*UserApi* | [**createUser**](doc//UserApi.md#createuser) | **POST** /user |
|
2022-11-07 14:53:47 -07:00
|
|
|
*UserApi* | [**deleteUser**](doc//UserApi.md#deleteuser) | **DELETE** /user/{userId} |
|
2022-07-13 05:23:48 -07:00
|
|
|
*UserApi* | [**getAllUsers**](doc//UserApi.md#getallusers) | **GET** /user |
|
|
|
|
*UserApi* | [**getMyUserInfo**](doc//UserApi.md#getmyuserinfo) | **GET** /user/me |
|
|
|
|
*UserApi* | [**getProfileImage**](doc//UserApi.md#getprofileimage) | **GET** /user/profile-image/{userId} |
|
2022-07-17 13:09:26 -07:00
|
|
|
*UserApi* | [**getUserById**](doc//UserApi.md#getuserbyid) | **GET** /user/info/{userId} |
|
2022-07-13 05:23:48 -07:00
|
|
|
*UserApi* | [**getUserCount**](doc//UserApi.md#getusercount) | **GET** /user/count |
|
2022-11-07 14:53:47 -07:00
|
|
|
*UserApi* | [**restoreUser**](doc//UserApi.md#restoreuser) | **POST** /user/{userId}/restore |
|
2022-07-13 05:23:48 -07:00
|
|
|
*UserApi* | [**updateUser**](doc//UserApi.md#updateuser) | **PUT** /user |
|
|
|
|
|
|
|
|
|
|
|
|
## Documentation For Models
|
|
|
|
|
2023-01-02 13:22:33 -07:00
|
|
|
- [APIKeyCreateDto](doc//APIKeyCreateDto.md)
|
|
|
|
- [APIKeyCreateResponseDto](doc//APIKeyCreateResponseDto.md)
|
|
|
|
- [APIKeyResponseDto](doc//APIKeyResponseDto.md)
|
|
|
|
- [APIKeyUpdateDto](doc//APIKeyUpdateDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [AddAssetsDto](doc//AddAssetsDto.md)
|
2022-10-28 12:54:09 -07:00
|
|
|
- [AddAssetsResponseDto](doc//AddAssetsResponseDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [AddUsersDto](doc//AddUsersDto.md)
|
|
|
|
- [AdminSignupResponseDto](doc//AdminSignupResponseDto.md)
|
2022-09-07 13:16:18 -07:00
|
|
|
- [AlbumCountResponseDto](doc//AlbumCountResponseDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [AlbumResponseDto](doc//AlbumResponseDto.md)
|
2022-10-06 09:25:54 -07:00
|
|
|
- [AllJobStatusResponseDto](doc//AllJobStatusResponseDto.md)
|
2022-09-04 06:34:39 -07:00
|
|
|
- [AssetCountByTimeBucket](doc//AssetCountByTimeBucket.md)
|
|
|
|
- [AssetCountByTimeBucketResponseDto](doc//AssetCountByTimeBucketResponseDto.md)
|
2022-09-07 13:16:18 -07:00
|
|
|
- [AssetCountByUserIdResponseDto](doc//AssetCountByUserIdResponseDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [AssetFileUploadResponseDto](doc//AssetFileUploadResponseDto.md)
|
|
|
|
- [AssetResponseDto](doc//AssetResponseDto.md)
|
|
|
|
- [AssetTypeEnum](doc//AssetTypeEnum.md)
|
2023-04-25 19:19:23 -07:00
|
|
|
- [AuthDeviceResponseDto](doc//AuthDeviceResponseDto.md)
|
2022-12-21 07:43:35 -07:00
|
|
|
- [ChangePasswordDto](doc//ChangePasswordDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [CheckDuplicateAssetDto](doc//CheckDuplicateAssetDto.md)
|
|
|
|
- [CheckDuplicateAssetResponseDto](doc//CheckDuplicateAssetResponseDto.md)
|
2022-10-25 07:51:03 -07:00
|
|
|
- [CheckExistingAssetsDto](doc//CheckExistingAssetsDto.md)
|
|
|
|
- [CheckExistingAssetsResponseDto](doc//CheckExistingAssetsResponseDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [CreateAlbumDto](doc//CreateAlbumDto.md)
|
2023-01-09 13:16:08 -07:00
|
|
|
- [CreateAlbumShareLinkDto](doc//CreateAlbumShareLinkDto.md)
|
2023-01-14 22:49:47 -07:00
|
|
|
- [CreateAssetsShareLinkDto](doc//CreateAssetsShareLinkDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [CreateProfileImageResponseDto](doc//CreateProfileImageResponseDto.md)
|
2022-12-05 10:56:44 -07:00
|
|
|
- [CreateTagDto](doc//CreateTagDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [CreateUserDto](doc//CreateUserDto.md)
|
|
|
|
- [CuratedLocationsResponseDto](doc//CuratedLocationsResponseDto.md)
|
|
|
|
- [CuratedObjectsResponseDto](doc//CuratedObjectsResponseDto.md)
|
|
|
|
- [DeleteAssetDto](doc//DeleteAssetDto.md)
|
|
|
|
- [DeleteAssetResponseDto](doc//DeleteAssetResponseDto.md)
|
|
|
|
- [DeleteAssetStatus](doc//DeleteAssetStatus.md)
|
2023-01-09 13:16:08 -07:00
|
|
|
- [DownloadFilesDto](doc//DownloadFilesDto.md)
|
|
|
|
- [EditSharedLinkDto](doc//EditSharedLinkDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [ExifResponseDto](doc//ExifResponseDto.md)
|
2022-09-04 06:34:39 -07:00
|
|
|
- [GetAssetByTimeBucketDto](doc//GetAssetByTimeBucketDto.md)
|
|
|
|
- [GetAssetCountByTimeBucketDto](doc//GetAssetCountByTimeBucketDto.md)
|
2022-10-06 09:25:54 -07:00
|
|
|
- [JobCommand](doc//JobCommand.md)
|
|
|
|
- [JobCommandDto](doc//JobCommandDto.md)
|
2023-03-20 08:55:28 -07:00
|
|
|
- [JobCountsDto](doc//JobCountsDto.md)
|
|
|
|
- [JobName](doc//JobName.md)
|
2023-04-01 13:46:07 -07:00
|
|
|
- [JobStatusDto](doc//JobStatusDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [LoginCredentialDto](doc//LoginCredentialDto.md)
|
|
|
|
- [LoginResponseDto](doc//LoginResponseDto.md)
|
2022-07-19 11:49:58 -07:00
|
|
|
- [LogoutResponseDto](doc//LogoutResponseDto.md)
|
2023-05-05 18:33:30 -07:00
|
|
|
- [MapMarkerResponseDto](doc//MapMarkerResponseDto.md)
|
2022-11-14 19:24:25 -07:00
|
|
|
- [OAuthCallbackDto](doc//OAuthCallbackDto.md)
|
|
|
|
- [OAuthConfigDto](doc//OAuthConfigDto.md)
|
|
|
|
- [OAuthConfigResponseDto](doc//OAuthConfigResponseDto.md)
|
2023-05-17 10:07:17 -07:00
|
|
|
- [PersonResponseDto](doc//PersonResponseDto.md)
|
|
|
|
- [PersonUpdateDto](doc//PersonUpdateDto.md)
|
2023-04-01 13:46:07 -07:00
|
|
|
- [QueueStatusDto](doc//QueueStatusDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [RemoveAssetsDto](doc//RemoveAssetsDto.md)
|
2023-03-02 19:47:08 -07:00
|
|
|
- [SearchAlbumResponseDto](doc//SearchAlbumResponseDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [SearchAssetDto](doc//SearchAssetDto.md)
|
2023-03-02 19:47:08 -07:00
|
|
|
- [SearchAssetResponseDto](doc//SearchAssetResponseDto.md)
|
|
|
|
- [SearchConfigResponseDto](doc//SearchConfigResponseDto.md)
|
2023-03-05 13:44:31 -07:00
|
|
|
- [SearchExploreItem](doc//SearchExploreItem.md)
|
|
|
|
- [SearchExploreResponseDto](doc//SearchExploreResponseDto.md)
|
2023-03-02 19:47:08 -07:00
|
|
|
- [SearchFacetCountResponseDto](doc//SearchFacetCountResponseDto.md)
|
|
|
|
- [SearchFacetResponseDto](doc//SearchFacetResponseDto.md)
|
|
|
|
- [SearchResponseDto](doc//SearchResponseDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [ServerInfoResponseDto](doc//ServerInfoResponseDto.md)
|
|
|
|
- [ServerPingResponse](doc//ServerPingResponse.md)
|
2022-10-23 14:54:54 -07:00
|
|
|
- [ServerStatsResponseDto](doc//ServerStatsResponseDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [ServerVersionReponseDto](doc//ServerVersionReponseDto.md)
|
2023-01-09 13:16:08 -07:00
|
|
|
- [SharedLinkResponseDto](doc//SharedLinkResponseDto.md)
|
|
|
|
- [SharedLinkType](doc//SharedLinkType.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [SignUpDto](doc//SignUpDto.md)
|
|
|
|
- [SmartInfoResponseDto](doc//SmartInfoResponseDto.md)
|
2022-12-09 13:51:42 -07:00
|
|
|
- [SystemConfigDto](doc//SystemConfigDto.md)
|
|
|
|
- [SystemConfigFFmpegDto](doc//SystemConfigFFmpegDto.md)
|
|
|
|
- [SystemConfigOAuthDto](doc//SystemConfigOAuthDto.md)
|
2023-01-09 14:32:58 -07:00
|
|
|
- [SystemConfigPasswordLoginDto](doc//SystemConfigPasswordLoginDto.md)
|
2022-12-16 13:26:12 -07:00
|
|
|
- [SystemConfigStorageTemplateDto](doc//SystemConfigStorageTemplateDto.md)
|
|
|
|
- [SystemConfigTemplateStorageOptionDto](doc//SystemConfigTemplateStorageOptionDto.md)
|
2022-12-05 10:56:44 -07:00
|
|
|
- [TagResponseDto](doc//TagResponseDto.md)
|
|
|
|
- [TagTypeEnum](doc//TagTypeEnum.md)
|
2022-07-15 21:18:17 -07:00
|
|
|
- [ThumbnailFormat](doc//ThumbnailFormat.md)
|
2022-08-26 22:53:37 -07:00
|
|
|
- [TimeGroupEnum](doc//TimeGroupEnum.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [UpdateAlbumDto](doc//UpdateAlbumDto.md)
|
2022-11-08 09:20:36 -07:00
|
|
|
- [UpdateAssetDto](doc//UpdateAssetDto.md)
|
2022-12-05 10:56:44 -07:00
|
|
|
- [UpdateTagDto](doc//UpdateTagDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [UpdateUserDto](doc//UpdateUserDto.md)
|
2022-10-23 14:54:54 -07:00
|
|
|
- [UsageByUserDto](doc//UsageByUserDto.md)
|
2022-07-13 05:23:48 -07:00
|
|
|
- [UserCountResponseDto](doc//UserCountResponseDto.md)
|
|
|
|
- [UserResponseDto](doc//UserResponseDto.md)
|
|
|
|
- [ValidateAccessTokenResponseDto](doc//ValidateAccessTokenResponseDto.md)
|
|
|
|
|
|
|
|
|
|
|
|
## Documentation For Authorization
|
|
|
|
|
|
|
|
|
|
|
|
## bearer
|
|
|
|
|
|
|
|
- **Type**: HTTP Bearer authentication
|
|
|
|
|
2023-02-24 09:01:10 -07:00
|
|
|
## cookie
|
|
|
|
|
|
|
|
- **Type**: API key
|
|
|
|
- **API key parameter name**: immich_access_token
|
|
|
|
- **Location**:
|
|
|
|
|
2023-05-04 09:41:29 -07:00
|
|
|
## api_key
|
|
|
|
|
|
|
|
- **Type**: API key
|
|
|
|
- **API key parameter name**: x-api-key
|
|
|
|
- **Location**: HTTP header
|
|
|
|
|
2022-07-13 05:23:48 -07:00
|
|
|
|
|
|
|
## Author
|
|
|
|
|
|
|
|
|
|
|
|
|