Skip to main content

update

Function update 

Source
pub fn update(
    id: u64,
    workflow: Option<&str>,
    name: Option<&str>,
    description: Option<&str>,
    tags: Option<&[String]>,
) -> Result<(), ZigError>
Expand description

Update metadata for an existing memory entry.