Skip to content

Sync Immich v2.5.4#56

Merged
timonrieger merged 1 commit intomainfrom
automation/sync-v2.5.4
Feb 6, 2026
Merged

Sync Immich v2.5.4#56
timonrieger merged 1 commit intomainfrom
automation/sync-v2.5.4

Conversation

@timonrieger
Copy link
Owner

Automatically generated client for Immich v2.5.4.

Breaking Changes?: true

Changelog

API Changelog 2.5.3 vs. 2.5.4

POST /admin/users

  • added the new optional request property 'pinCode'

DELETE /notifications

  • ⚠️ the 'ids' request property's minItems was increased to '1'

PUT /notifications

  • ⚠️ the 'ids' request property's minItems was increased to '1'

@coderabbitai ignore

""" # noqa: E501

ids: List[UUID] = Field(description="Notification IDs to update")
ids: Annotated[List[UUID], Field(min_length=1)] = Field(
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

breaking change

""" # noqa: E501

ids: List[UUID] = Field(description="Notification IDs to delete")
ids: Annotated[List[UUID], Field(min_length=1)] = Field(
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

breaking change

@timonrieger timonrieger merged commit 544d2d1 into main Feb 6, 2026
10 checks passed
@timonrieger timonrieger deleted the automation/sync-v2.5.4 branch February 6, 2026 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant