Skip to main content

create_tag

Function create_tag 

Source
pub fn create_tag<T: Transport>(
    client: &ApiClient<T>,
    name: String,
    color: String,
    inbox: bool,
) -> Result<Value, AppError>