OpenAPI resource operation cannot be selected if POST and PATCH

  1. We have an OpenAPI resource with the same operation but different HTTP methods of POST and PATCH. We would like to use both operations, but Retool will only let us select the PATCH operation.

  2. If an OpenAPI resource has operations with the same route but different methods, Retool will only let you select one of them. For example, per the screenshot below, if we want to use POST:/v1/admin/offers/merchant and PATCH:/v1/admin/offers/merchant, Retool will set itself to the PATCH operation despite us clicking the POST operation.

  3. I’ve confirmed that were are clicking the correct operation.

  4. Additional info: This is on Retool Cloud. See screenshot:

Hi @steveaustin,

Interesting bug. So no matter which option you click in the GUI, only the PATCH method runs, and the POST method is not runnable?

Thanks for the help! Regardless of which option we click in the GUI, it defaults to the PATCH option with no way of clicking POST.