Remove updateAttribute as remote method
This commit is contained in:
parent
0aa0cabdd4
commit
a4247ad59f
|
@ -594,13 +594,6 @@ DataAccessObject.prototype.updateAttribute = function updateAttribute(name, valu
|
||||||
this.updateAttributes(data, callback);
|
this.updateAttributes(data, callback);
|
||||||
};
|
};
|
||||||
|
|
||||||
DataAccessObject.prototype.updateAttribute.shared = true;
|
|
||||||
DataAccessObject.prototype.updateAttribute.accepts = [
|
|
||||||
{arg: 'name', type: 'string', required: true},
|
|
||||||
{arg: 'value', type: 'any', required: true}
|
|
||||||
];
|
|
||||||
DataAccessObject.prototype.updateAttribute.returns = {arg: 'data', type: 'object'};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Update set of attributes
|
* Update set of attributes
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue