Hi ,
I am using mocking service feature to build and test API design for one of the POC.
I am getting below error while Posting message from design center through mocking service.
GET,PUT and Post request with without URI parameter is working fine but whenever I have to explicitly pass gid or cid with POST method it is showing above error.
I am attaching RAML file test.txt
I have read the doc and have understood that we can pass any value at the time of testing from mock service in URI parameter.
Thanks
Ajay
Hi @prugadde understood, but this shouldn't be URL parameter, this has to be $ref only.
my requirement is to design below API through RAML.
https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/group_post_members
Please let me know if we can handle this in RAML.