HI,
I am writing REST service module and it is working fine .My problem is i have define following rest module
<rest name="xxxx i18n-name-key="xxx key="xx" path="/myapi" version="2"> <description key="my-rest-resource.description">description</description> </rest>
I access REST using path /myapi i want to access this by default path i.e. /api.
But when i do this it doesnot work
<rest name="xxxx i18n-name-key="xxx key="xx" path="/api" version="2"> <description key="my-rest-resource.description">description</description> </rest>
Thanks.
Hi sattar,
AFAIK another service that clashed with the same path pattern /api in your plugin.
Make sure there is no other rest service with the same path mapping. If any same path name existed then change the path name here.
regards,
Patina
Hi Sattar,
At path attribute give only "/api" then try it.
Feel free to mark as answer if it works.
Regards,
Patina
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.