diff --git a/open-api/immich-openapi-specs.json b/open-api/immich-openapi-specs.json index f3b4e99cd9..0f768958c8 100644 --- a/open-api/immich-openapi-specs.json +++ b/open-api/immich-openapi-specs.json @@ -16252,7 +16252,7 @@ }, { "name": "Faces", - "description": "A face is a detected human face within an asset, which can be associated with a person. Faces are normally detected via machine learning, but can also be created via manually." + "description": "A face is a detected human face within an asset, which can be associated with a person. Faces are normally detected via machine learning, but can also be created manually." }, { "name": "Integrity (admin)", diff --git a/server/src/constants.ts b/server/src/constants.ts index 7760fa8e8c..e0a6296e64 100644 --- a/server/src/constants.ts +++ b/server/src/constants.ts @@ -155,7 +155,7 @@ export const endpointTags: Record = { [ApiTag.Download]: 'Endpoints for downloading assets or collections of assets.', [ApiTag.Duplicates]: 'Endpoints for managing and identifying duplicate assets.', [ApiTag.Faces]: - 'A face is a detected human face within an asset, which can be associated with a person. Faces are normally detected via machine learning, but can also be created via manually.', + 'A face is a detected human face within an asset, which can be associated with a person. Faces are normally detected via machine learning, but can also be created manually.', [ApiTag.Integrity]: 'Endpoints for viewing and managing integrity reports.', [ApiTag.Jobs]: 'Queues and background jobs are used for processing tasks asynchronously. Queues can be paused and resumed as needed.',