ItemUpdateApi

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard

Gets metadata editor info for an item.

Link copied to clipboard
suspend fun updateItem(itemId: UUID, data: BaseItemDto): Response<Unit>

Updates an item.

Link copied to clipboard
suspend fun updateItemContentType(itemId: UUID, contentType: String? = null): Response<Unit>

Updates an item's content type.