Forum Discussion

alexot's avatar
alexot
New Contributor
2 years ago
Solved

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?  
  • KarelHusa's avatar
    2 years ago

    alexot,

    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.