Skip to content

Commit

Permalink
Merge pull request #79 from isimluk/swagger-update
Browse files Browse the repository at this point in the history
Re-generate the codebase using the latest swagger
  • Loading branch information
isimluk committed Dec 1, 2022
2 parents 48e8f49 + 2ee59d4 commit 833c0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/hosts_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub async fn get_device_details(configuration: &configuration::Configuration, id

let local_var_client = &local_var_configuration.client;

let local_var_uri_str = format!("{}/devices/entities/devices/v1", local_var_configuration.base_path);
let local_var_uri_str = format!("{}/devices/entities/devices//v2", local_var_configuration.base_path);
let mut local_var_req_builder = local_var_client.request(reqwest::Method::GET, local_var_uri_str.as_str());

local_var_req_builder = match "multi" {
Expand Down

0 comments on commit 833c0e4

Please sign in to comment.