Interface ItemUpdateApiGetMetadataEditorInfoRequest

Request parameters for getMetadataEditorInfo operation in ItemUpdateApi.

ItemUpdateApiGetMetadataEditorInfoRequest

interface ItemUpdateApiGetMetadataEditorInfoRequest {
    itemId: string;
}

Properties

Properties

itemId: string

The item id.

ItemUpdateApiGetMetadataEditorInfo