Skip to main content

post_groups_variable

Function post_groups_variable 

Source
pub async fn post_groups_variable(
    configuration: &Configuration,
    group_ref: &str,
    variable_create_input: VariableCreateInput,
) -> Result<VariableModel, Error<PostGroupsVariableError>>