sailpoint-oss / developer.sailpoint.com

The codebase that makes up developer.sailpoint.com, including developer documentation. This codebase is open source and welcomes contributions.
https://developer.sailpoint.com
MIT License
30 stars 79 forks source link

[Bug] API docs not displaying multiple examples for request body #75

Closed colin-mckibben-sp closed 1 year ago

colin-mckibben-sp commented 1 year ago

Describe the bug

Some endpoints, like the search endpoint, have multiple request body examples in the spec. However, the plugin only displays one example.

image

To Reproduce Steps to reproduce the behavior:

See the search endpoint request body examples, which only shows one example. There are more defined in the spec. https://developer.sailpoint.com/idn/api/v3/search-post

Expected behavior

The API docs should all defined examples for each request body when applicable.

Actual behavior

The API docs only show one example for request bodies that have more than one defined in the spec.

Operating System (please complete the following information):

Browser (please complete the following information):

philip-ellis-sp commented 1 year ago

Fixed in a previous PR