Future<Map> put(String name, String objectId, Map fields) async { return exec('PUT', name, fields: fields, objectId: objectId); }