Interface LibraryStructureApiRemoveMediaPathRequest

Request parameters for removeMediaPath operation in LibraryStructureApi.

LibraryStructureApiRemoveMediaPathRequest

interface LibraryStructureApiRemoveMediaPathRequest {
    name?: string;
    path?: string;
    refreshLibrary?: boolean;
}

Properties

name?: string

The name of the library.

LibraryStructureApiRemoveMediaPath

path?: string

The path to remove.

LibraryStructureApiRemoveMediaPath

refreshLibrary?: boolean

Whether to refresh the library.

LibraryStructureApiRemoveMediaPath