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[]