I am trying to use 'patch' method for array update. Although the service test works fine for 'put' method, using patch gives the following error -
{
"status":"405 Method Not Allowed",
"url":"https://api.appery.io/rest/1/db/colle...",
"response":{
"code":"BCXX004",
"description":"No resource method found for PATCH, return 405 with Allow header"
}
}