You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is valid OpenAPI because all the paths can be resolved unambiguously. However, cannot create two indexers.
We have a few options:
For languages without indexers we can change GetById to be GetByParam1 and GetByParam2. However to ensure we are deterministic we need to change this for all cases even if there is only one indexer.
For C# we either drop indexers, we find a deterministic way of picking which parameter will use the indexer, or we mash the two parameters into one and split them back apart if necessary.
The text was updated successfully, but these errors were encountered:
This is valid OpenAPI because all the paths can be resolved unambiguously. However, cannot create two indexers.
We have a few options:
The text was updated successfully, but these errors were encountered: