Skip to content

Commit

Permalink
CTC-2631 Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jancerman committed Dec 4, 2024
1 parent 92da0ff commit 04ed6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/management-api-v2/cm_api_v2_patch_custom_app.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit 04ed6da

Please sign in to comment.