We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17dfb0 commit c31ed7eCopy full SHA for c31ed7e
doc/customizing.txt
@@ -788,6 +788,12 @@ By only requiring a link on the issue (which is stored as a single
788
number) we reduce the chance that someone mis-types a priority or
789
status - or simply makes a new one up.
790
791
+Class names are used to access items of that class in the `REST api`_
792
+interface. The classic tracker was created before the REST interface
793
+was added. It uses the single form (i.e. issue and user not issues and
794
+users) for its classes. Most REST documentation suggests using plural
795
+forms. However, to make your API consistent, use singular forms for
796
+classes that you add.
797
798
Class and Items
799
~~~~~~~~~~~~~~~
0 commit comments