Function tool_controller_update

Source
pub async fn tool_controller_update(
    configuration: &Configuration,
    id: &str,
    tool_id_body: ToolIdBody,
) -> Result<InlineResponse2011, Error<ToolControllerUpdateError>>