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
I have an API which when merged with another API results in operationId conflicting.
Particularly this occurs when using callbacks, but these have a unique value per API, and I would expect this to be part of the dispute functionality.
When running this through a validator afterwards it results in an error:
Errors:
-attribute paths.'/url'(post).callbacks(post).operationId is repeated
I suspect a fix would be to handle this like other disputes (prefix/suffix)
The text was updated successfully, but these errors were encountered:
I have an API which when merged with another API results in operationId conflicting.
Particularly this occurs when using callbacks, but these have a unique value per API, and I would expect this to be part of the dispute functionality.
When running this through a validator afterwards it results in an error:
I suspect a fix would be to handle this like other disputes (prefix/suffix)
The text was updated successfully, but these errors were encountered: