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'm currently developing a Ballerina client connector for the SmartSheet REST API [1]. While parsing the official OpenAPI spec provided by SmartSheet, I’m encountering the following error:
paths.'/favorites'(get).parameters. There are duplicate parameter values
paths.'/favorites'(get).parameters. There are duplicate parameter values
paths.'/favorites/{favoriteType}'. There are duplicate parameter values
...
Description
I'm currently developing a Ballerina client connector for the SmartSheet REST API [1]. While parsing the official OpenAPI spec provided by SmartSheet, I’m encountering the following error:
[1] - https://smartsheet.redoc.ly/
I've attached both the OpenAPI specification and the error log generated during parsing for reference.
swagger.json
error.txt
The text was updated successfully, but these errors were encountered: