@cpod/sdk - v0.2.7
    Preparing search index...

    Interface UpdateEntityRequest

    Request to update/rename an entity

    interface UpdateEntityRequest {
        oldName: string;
        newName: string;
        sources?: string[];
        fileHashes?: string[];
        chunkIds?: string[];
    }
    Index

    Properties

    oldName: string

    Current entity name

    1

    255

    newName: string

    New entity name (must be different from oldName)

    1

    255

    sources?: string[]

    Optional: Filter by specific sources

    fileHashes?: string[]

    Optional: Filter by specific file hashes

    chunkIds?: string[]

    Optional: Filter by specific chunk IDs