in src/main/java/org/apache/sling/auth/oauth_client/support/OAuthEnabledSlingServlet.java [86:89]
protected void doPut(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response)
throws ServletException, IOException {
handleRequestWithToken(request, response, METHOD_PUT);
}