Re: Changing REST API method "removeDomainMappings"

2015-05-11 Thread Dinithi De Silva
Hi Udara, Sorry I have missed the thread you mentioned. Thanks for the response and I will continue with modifying the API method. Thanks On Tue, May 12, 2015 at 9:55 AM, Udara Liyanage wrote: > Hi Dinithi, > > Please refer to the thread which discussed the similar topic in "Do we > allow dele

Re: Changing REST API method "removeDomainMappings"

2015-05-11 Thread Udara Liyanage
Hi Dinithi, Please refer to the thread which discussed the similar topic in "Do we allow delete multiple resources in one request" DELETE does not need a payload at all. On Tue, May 12, 2015 at 9:50 AM, Dinithi De Silva wrote: > Hi, > > I am going to do $subject as follows. > > In the current m

Changing REST API method "removeDomainMappings"

2015-05-11 Thread Dinithi De Silva
Hi, I am going to do $subject as follows. In the current method, we pass the entire json string to remove a domain mapping which is not really necessary. After the modification, we need to send only the application name and the domain name as path parameters to perform the operation. Thanks --