bankai/task_lifecycle

Values

pub fn batch(
  workspace: String,
  idempotency_key: String,
  encoded_mutations: List(String),
) -> Result(json.Json, String)
pub fn release(
  workspace: String,
  id: String,
) -> Result(json.Json, String)
pub fn remove_label(
  workspace: String,
  id: String,
  label: String,
) -> Result(json.Json, String)
pub fn reopen(
  workspace: String,
  id: String,
) -> Result(json.Json, String)
pub fn undefer(
  workspace: String,
  id: String,
) -> Result(json.Json, String)
Search Document