The managed REST API request interface includes method handlers for GET, POST, PUT and DELETE requests, but PATCH is missing. We should add PATCH to complete the set of required handlers. For example, this will enable renaming of files and foldres in the files REST API.
The managed REST API request interface includes method handlers for GET, POST, PUT and DELETE requests, but PATCH is missing. We should add PATCH to complete the set of required handlers. For example, this will enable renaming of files and foldres in the files REST API.