Skip to Content

updateSavedToolOp

updateSavedToolOp(ctx: SavedToolOperationsContext, uniqueId: string, opts: UpdateSavedToolOptions): Promise<boolean>

Defined in: src/lib/db/savedTools/operations.ts:79 

Update an existing saved tool. Returns true if the record was found and updated.

Parameters

ParameterType

ctx

SavedToolOperationsContext

uniqueId

string

opts

UpdateSavedToolOptions

Returns

Promise<boolean>

Last updated on