From af2e72214f1f3df4cd0adc900ad4655ca09061e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=9D=80=EB=B9=88=20Eunbeen=20Kang?= Date: Sun, 27 Oct 2024 16:13:54 +0900 Subject: [PATCH] Rewrite the deprecationReason --- NineChronicles.Headless/GraphTypes/ActionMutation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NineChronicles.Headless/GraphTypes/ActionMutation.cs b/NineChronicles.Headless/GraphTypes/ActionMutation.cs index 099735937..73e08e86b 100644 --- a/NineChronicles.Headless/GraphTypes/ActionMutation.cs +++ b/NineChronicles.Headless/GraphTypes/ActionMutation.cs @@ -17,7 +17,7 @@ public class ActionMutation : ObjectGraphType { public ActionMutation(NineChroniclesNodeService service) { - DeprecationReason = "Since NCIP-15, it doesn't care account activation."; + DeprecationReason = "This API is insecure and must not be used."; Field>("createAvatar", description: "Create new avatar.",