Issue with Update Device REST service and deviceID
Hi there, I added a field in the devices table in order to input some data.
in order for that I'd like to use the UPDATE service. however, it returns the followings:
{
"status":405,
"uri":"https://api.appery.io/rest/1/db/devic...",
"response":{
"code":"BCXX004",
"description":"No resource method found for PUT, return 405 with Allow header"
}
}
any idea where I shall look into ?
thks in advance,
Eric