Project

Profile

Help

Issue #5009

Updated by daviddavis almost 5 years ago

I noticed some strange descriptions for actions in our api schema when viewing it as json. schema. I'm hitting the /pulp/api/v3/docs/api.json our api docs json endpoint and seeing: seeing html: 

 <pre> 
 <!-- User-facing documentation, rendered as html-->\nFileRemote represents an external source of <a href=\"#operation/content_file_files_list\">File\nContent</a>.    The target url of a FileRemote must contain a file manifest, which contains the\nmetadata for all files at the source. 
 </pre> 

 I don't think we should be including html in fields our descriptions as our api schema can be rendered in many different forms (e.g. json).

Back