From 04ed6dae48daba66079f45c9e881be37d9189ba3 Mon Sep 17 00:00:00 2001 From: Jan Cerman Date: Wed, 4 Dec 2024 13:12:06 +0100 Subject: [PATCH] CTC-2631 Fix a typo --- net/management-api-v2/cm_api_v2_patch_custom_app.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/management-api-v2/cm_api_v2_patch_custom_app.cs b/net/management-api-v2/cm_api_v2_patch_custom_app.cs index b16ee4f4..013ef406 100644 --- a/net/management-api-v2/cm_api_v2_patch_custom_app.cs +++ b/net/management-api-v2/cm_api_v2_patch_custom_app.cs @@ -7,7 +7,7 @@ EnvironmentId = "KONTENT_AI_ENVIRONMENT_ID" }); -var identifier = Reference.ById(Guid.Parse("f4b3fc05-e988-4dae-9ac1-a94aba566474"); +var identifier = Reference.ById(Guid.Parse("f4b3fc05-e988-4dae-9ac1-a94aba566474")); //var identifier = Reference.ByCodename("my_custom_app"); var changes = new CustomAppOperationBaseModel[]