getUser (); $id = trim ($_uri [1]); $entity = new ApiEntity ('api-patch.xml', 'api-put.xml', 'api.xml'); if (!$entity->recovery ()) throw new ApiException (__ ('Unable to retrieve the data submitted!'), ApiException::ERROR_SYSTEM, ApiException::INTERNAL_SERVER_ERROR); if (!$entity->save ($user, $id)) throw new ApiException (__ ('Unable to save the data submitted!'), ApiException::ERROR_SYSTEM, ApiException::INTERNAL_SERVER_ERROR); Log::singleton ()->add ('EDIT', $entity->getResume ());