For the complete documentation index, see llms.txt. This page is also available as Markdown.

updateTask()

How to use?

import { getVESS } from "vess-sdk"

const vess = getVESS()
await vess.connect(provider)
await vess.updateTask(newItem),

Parameters

newItem: WithCeramicId<TaskCredential>

Returns

Promise< BaseResponse>

Last updated