In console to go, writing the WADL file, what is the use of other `apigee:tag`s other than the primary tag?
The primary tag is basically displayed in the list but what is the use of other tags?
Solved! Go to Solution.
Hello @Abhisek Pattnaik,
As per the Apigee Documentation here, only one primary tag is supported till now. Following is the snap from the documentation:
Note: If no tag element contains a primary attribute set to "true", then the method does not appear in the list of methods in the Console. Also, if more than one tag element contains a primary attribute set to "true", then only the last tag listed in the WADL file is used. Currently, only a single primary tag is supported.
Hope this helps.