mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
openapi
This commit is contained in:
parent
abef381543
commit
321f0d1ff1
3 changed files with 2 additions and 8 deletions
1
mobile/openapi/README.md
generated
1
mobile/openapi/README.md
generated
|
|
@ -417,6 +417,7 @@ Class | Method | HTTP request | Description
|
|||
- [OAuthCallbackDto](doc//OAuthCallbackDto.md)
|
||||
- [OAuthConfigDto](doc//OAuthConfigDto.md)
|
||||
- [OAuthTokenEndpointAuthMethod](doc//OAuthTokenEndpointAuthMethod.md)
|
||||
- [OcrConfig](doc//OcrConfig.md)
|
||||
- [OnThisDayDto](doc//OnThisDayDto.md)
|
||||
- [OnboardingDto](doc//OnboardingDto.md)
|
||||
- [OnboardingResponseDto](doc//OnboardingResponseDto.md)
|
||||
|
|
|
|||
|
|
@ -16499,11 +16499,6 @@
|
|||
"ocr": {
|
||||
"$ref": "#/components/schemas/OcrConfig"
|
||||
},
|
||||
"url": {
|
||||
"deprecated": true,
|
||||
"description": "This property was deprecated in v1.122.0",
|
||||
"type": "string"
|
||||
},
|
||||
"urls": {
|
||||
"format": "uri",
|
||||
"items": {
|
||||
|
|
@ -17984,4 +17979,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1424,8 +1424,6 @@ export type SystemConfigMachineLearningDto = {
|
|||
enabled: boolean;
|
||||
facialRecognition: FacialRecognitionConfig;
|
||||
ocr: OcrConfig;
|
||||
/** This property was deprecated in v1.122.0 */
|
||||
url?: string;
|
||||
urls: string[];
|
||||
};
|
||||
export type SystemConfigMapDto = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue