UpdateItemParams interface

An interface representing the parameters for updating an item

Properties

etag

The current ETag of the item

objectId

The object id of the item

payload

The payload for updating an item

Property Details

etag

The current ETag of the item

etag: string

Property Value

string

objectId

The object id of the item

objectId: string

Property Value

string

payload

The payload for updating an item

payload: Partial<Pick<Item, "displayName" | "description" | "workloadPayload" | "payloadContentType">>

Property Value

Partial<Pick<Item, "displayName" | "description" | "workloadPayload" | "payloadContentType">>