What is the use of apigee:tag?

Not applicable

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 Solved
0 3 305
1 ACCEPTED SOLUTION

Not applicable

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.

View solution in original post

3 REPLIES 3

Not applicable

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.

Then why does the Twitter WADL or the sample WADL file contains multiple tags unnecessarily?

I too added other tags. They're just to tag the method to show relation to other category.


Thank you @Meghdeep Basu