Forum Discussion
Hi mfernau
OpenAPI condition you're trying to import into ReadyAPI is encountering validation errors related to the format of the paths defined in the specification.
The error message "Resource Method Name should start with /" shows that there are issues with the path definitions in your specification.
Make sure - path defined in the paths object starts with a forward slash (/)
path is followed by the appropriate HTTP methods like - get, post, put, delete with their corresponding operation definitions.
In the below sort:
paths:
/users:
get:
summary: Get all users
For more help on this part - kindly make use of the below reference - https://support.smartbear.com/readyapi/docs/support/troubleshooting.html
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
Related Content
- 2 years ago
- 2 years ago
- 4 years ago
Recent Discussions
- 10 days ago
- 13 days ago