ItemUpdateApi
Functions
Link copied to clipboard
suspend fun getMetadataEditorInfo(itemId: ERROR CLASS: Symbol not found for UUID): Response<ERROR CLASS: Symbol not found for MetadataEditorInfo>
Gets metadata editor info for an item.
Link copied to clipboard
suspend fun updateItem(itemId: ERROR CLASS: Symbol not found for UUID, data: ERROR CLASS: Symbol not found for BaseItemDto): Response<Unit>
Updates an item.
Link copied to clipboard
suspend fun updateItemContentType(itemId: ERROR CLASS: Symbol not found for UUID, contentType: String? = null): Response<Unit>
Updates an item's content type.