%# [PUT EditURI]
%# Modifies an object or property with the serialization in the request body.
%# 200: Success.  Body is the object, serialized as an AtomEntry.
%# 400: Request failed.  Body is error message in text/plain.
%# 404: There is no object matching the specified URI.
<%INIT>
return $m->comp($Resource, %ARGS);
</%INIT>
<%ARGS>
$Resource
</%ARGS>
