We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0edb485 commit 7744be6Copy full SHA for 7744be6
1 file changed
Templates/CSharp/Base/IEntityRequest.Base.template.tt
@@ -53,7 +53,7 @@ public void AppendEntityCreateAsyncMethodHeader(string entityName, string lowerC
53
54
stringBuilder.Append("/// <summary>");
55
stringBuilder.Append(Environment.NewLine);
56
- stringBuilder.AppendFormat(" /// Creates the specified {0} using PUT.", entityName);
+ stringBuilder.AppendFormat(" /// Creates the specified {0} using POST.", entityName);
57
58
stringBuilder.Append(" /// </summary>");
59
0 commit comments