Setting default "Example Request" in API document

I have created my first API documentation, and everything looks good, except some api methods are default to 500 or 404 as the default example request/response.
How do I choose the default (either 200/201/204)?

Hi @tank104,

This is a known issue and a reasonable request. It’s being tracked here, and is on the short-term roadmap: https://github.com/postmanlabs/postman-app-support/issues/1070.

One workaround is to export the Collection as JSON, reorder the examples in the JSON file, and re-import the Collection JSON file. This is certainly cumbersome. The issue is in the Next queue of the Product Board: https://github.com/postmanlabs/postman-app-support/projects/40?card_filter_query=%231070.

Best,

Kevin