diff --git a/src/v4/functions/deployments.rs b/src/v4/functions/deployments.rs index 54d2b52..4b1176e 100644 --- a/src/v4/functions/deployments.rs +++ b/src/v4/functions/deployments.rs @@ -221,7 +221,7 @@ where C: Connect + Clone + Debug + Send + Sync + 'static, { let path = format!( - "{}/v4/functions/organizations/{organisation_id}/functions/{function_id}/deployments", + "{}/v4/functions/organisations/{organisation_id}/functions/{function_id}/deployments", client.endpoint ); @@ -248,7 +248,7 @@ where C: Connect + Clone + Debug + Send + Sync + 'static, { let path = format!( - "{}/v4/functions/organizations/{organisation_id}/functions/{function_id}/deployments", + "{}/v4/functions/organisations/{organisation_id}/functions/{function_id}/deployments", client.endpoint ); @@ -277,7 +277,7 @@ where C: Connect + Clone + Debug + Send + Sync + 'static, { let path = format!( - "{}/v4/functions/organizations/{organisation_id}/functions/{function_id}/deployments/{deployment_id}", + "{}/v4/functions/organisations/{organisation_id}/functions/{function_id}/deployments/{deployment_id}", client.endpoint ); @@ -310,7 +310,7 @@ where C: Connect + Clone + Debug + Send + Sync + 'static, { let path = format!( - "{}/v4/functions/organizations/{organisation_id}/functions/{function_id}/deployments/{deployment_id}/trigger", + "{}/v4/functions/organisations/{organisation_id}/functions/{function_id}/deployments/{deployment_id}/trigger", client.endpoint ); @@ -381,7 +381,7 @@ where C: Connect + Clone + Debug + Send + Sync + 'static, { let path = format!( - "{}/v4/functions/organizations/{organisation_id}/functions/{function_id}/deployments/{deployment_id}", + "{}/v4/functions/organisations/{organisation_id}/functions/{function_id}/deployments/{deployment_id}", client.endpoint ); diff --git a/src/v4/functions/mod.rs b/src/v4/functions/mod.rs index 196a14d..e50363f 100644 --- a/src/v4/functions/mod.rs +++ b/src/v4/functions/mod.rs @@ -170,7 +170,7 @@ where C: Connect + Clone + Debug + Send + Sync + 'static, { let path = format!( - "{}/v4/functions/organizations/{organisation_id}/functions", + "{}/v4/functions/organisations/{organisation_id}/functions", client.endpoint ); @@ -196,7 +196,7 @@ where C: Connect + Clone + Debug + Send + Sync + 'static, { let path = format!( - "{}/v4/functions/organizations/{organisation_id}/functions", + "{}/v4/functions/organisations/{organisation_id}/functions", client.endpoint ); @@ -224,7 +224,7 @@ where C: Connect + Clone + Debug + Send + Sync + 'static, { let path = format!( - "{}/v4/functions/organizations/{organisation_id}/functions/{function_id}", + "{}/v4/functions/organisations/{organisation_id}/functions/{function_id}", client.endpoint ); @@ -253,7 +253,7 @@ where C: Connect + Clone + Debug + Send + Sync + 'static, { let path = format!( - "{}/v4/functions/organizations/{organisation_id}/functions/{function_id}", + "{}/v4/functions/organisations/{organisation_id}/functions/{function_id}", client.endpoint ); @@ -281,7 +281,7 @@ where C: Connect + Clone + Debug + Send + Sync + 'static, { let path = format!( - "{}/v4/functions/organizations/{organisation_id}/functions/{function_id}", + "{}/v4/functions/organisations/{organisation_id}/functions/{function_id}", client.endpoint );