alexot
3 years agoNew Contributor
Add the existing Method (POST) to the resource
I'm new tio readyApi. I created project based on wadl definitions. Trying to add new POST method to the resource with multiple POST methods, but there is no option 'POST'. How I can add it?
you may have only one POST operation (method) per resource. If your resource already has a POST operation, you cannot add another.
Similarly with GET, PUT, etc.