Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All documents have unique URLs to help improve SEO support. After editing the API, publish it for it to be available to external parties through the API Store.

 

Info
By default, any document associated with an API has the same visibility level of the API. That is, if the API is public, its documentation is also visible to all users (registered and anonymous). To enable other visibility levels to the documentation, go to <AM_HOME>/repository/conf/api-manager.xml file, uncomment and set the following element to true:
<APIPublisher>
   ....
   <EnableAPIDocVisibilityLevels>true</EnableAPIDocVisibilityLevels>
</APIPublisher>

 

Then, log in to the API Publisher, go to the Doc tab and click Add new Document to see a new drop-down list added to select visibility from.

 Next, see Adding Documentation Using Swagger.