Interface ItemUpdateApiUpdateItemContentTypeRequest

Request parameters for updateItemContentType operation in ItemUpdateApi.

ItemUpdateApiUpdateItemContentTypeRequest

interface ItemUpdateApiUpdateItemContentTypeRequest {
    contentType?: string;
    itemId: string;
}

Properties

Properties

contentType?: string

The content type of the item.

ItemUpdateApiUpdateItemContentType

itemId: string

The item id.

ItemUpdateApiUpdateItemContentType