@@ -750,7 +750,7 @@ module.exports = function(registry) {
750750 accepts : [
751751 { arg : 'id' , type : 'any' , description : 'Model id' , required : true ,
752752 http : { source : 'path' } } ,
753- { arg : 'data' , type : 'object' , model : typeName , http : { source : 'body' } , description :
753+ { arg : 'data' , type : 'object' , model : typeName , http : { source : 'body' } , description :
754754 'Model instance data' } ,
755755 ] ,
756756 returns : { arg : 'data' , type : typeName , root : true } ,
@@ -825,7 +825,7 @@ module.exports = function(registry) {
825825 description : 'Delete a model instance by {{id}} from the data source.' ,
826826 accessType : 'WRITE' ,
827827 accepts : { arg : 'id' , type : 'any' , description : 'Model id' , required : true ,
828- http : { source : 'path' } } ,
828+ http : { source : 'path' } } ,
829829 http : { verb : 'del' , path : '/:id' } ,
830830 returns : { arg : 'count' , type : 'object' , root : true } ,
831831 } ) ;
@@ -865,7 +865,7 @@ module.exports = function(registry) {
865865 accepts : [
866866 { arg : 'since' , type : 'number' , description : 'Find deltas since this checkpoint' } ,
867867 { arg : 'remoteChanges' , type : 'array' , description : 'an array of change objects' ,
868- http : { source : 'body' } } ,
868+ http : { source : 'body' } } ,
869869 ] ,
870870 returns : { arg : 'result' , type : 'object' , root : true } ,
871871 http : { verb : 'post' , path : '/diff' } ,
0 commit comments