cancel
Showing results for 
Search instead for 
Did you mean: 

REST api automatic documentation

Former Member
0 Kudos

Hi,

I am trying to understand how hybris is generating the automatic REST documentation like this link: https://help.hybris.com/6.3.0/api/ycommercewebservices/main.html#

We were planning to use swagger but looks like Hybris has a tool OOTB.

Does anyone know how to generate or customize it?

Thank you

Former Member
0 Kudos

Where is hybris OOTB Webservice documentation ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Thank you that was really helpful , I have one more question for you... I have tagged my java code and I have generated the documentation via terminal ( as the website shows) Is there any 'ant task' that may can do it automatically? or do I have to generate it via terminal every single time?

Thank you again

Former Member
0 Kudos

You can try ant apidoc.

Former Member
0 Kudos

ant apidoc does not generating the REST apidoc FYI