There are now at least two different API calls which are using the HTTP `PATCH` method: * https://docs.gitlab.com/ee/api/users.html#set-user-status * https://docs.gitlab.com/ee/api/protected_branches.html#update-a-protected-branch Need to create a `http_patch()` method in order to support these endpoints.