HTTP
501 Not Implemented
The server does not support the functionality required to fulfill the request. The server either does not recognize the request method or lacks the ability to fulfill it.
When You See This Code
When using an HTTP method (like PATCH) that the server doesn't support.
How to Fix
Use a different HTTP method that the server supports. Check server documentation.