You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: file_tagging.stone
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ union AddTagError extends BaseTagError
45
45
"The item already has the maximum supported number of tags."
46
46
47
47
route tags/add(AddTagArg, Void, AddTagError)
48
-
"Add a tag to an item. A tag is a string. No more than 20 tags can be added to a given item."
48
+
"Add a tag to an item. A tag is a string. The strings are automatically converted to lowercase letters. No more than 20 tags can be added to a given item."
0 commit comments