Skip to content

Commit e040521

Browse files
committed
Updated comment to match actual HTTP verb
1 parent 42e4a52 commit e040521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templates/CSharp/Base/EntityRequest.Base.template.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public void AppendCreateAsyncHeader(string entityName, string lowerCaseEntityNam
109109

110110
stringBuilder.Append("/// <summary>");
111111
stringBuilder.Append(Environment.NewLine);
112-
stringBuilder.AppendFormat(" /// Creates the specified {0} using PUT.", entityName);
112+
stringBuilder.AppendFormat(" /// Creates the specified {0} using POST.", entityName);
113113
stringBuilder.Append(Environment.NewLine);
114114
stringBuilder.Append(" /// </summary>");
115115
stringBuilder.Append(Environment.NewLine);

0 commit comments

Comments
 (0)