Add room image reorder APIs
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s

This commit is contained in:
androidlover5842
2026-01-27 17:32:15 +05:30
parent bb36512f8b
commit 03b02a08ca
3 changed files with 74 additions and 0 deletions

View File

@@ -61,3 +61,7 @@ data class RoomUpsertRequest(
val maintenance: Boolean,
val notes: String?
)
data class RoomImageReorderRequest(
val imageIds: List<UUID>
)