change description

This commit is contained in:
Kogulan Baskaran 2016-11-16 17:37:29 +11:00
parent 9d34a19976
commit 2110e9b951
1 changed files with 2 additions and 2 deletions

View File

@ -865,8 +865,8 @@ module.exports = function(registry) {
accessType: 'READ',
accepts: [
{arg: 'since', type: 'number', description: 'Only return changes since this checkpoint'},
{arg: 'filter', type: 'object', description: 'Only include changes that match this filter'},
{arg: 'tenant', type: 'string', description: 'Only include changes that match this tenant'},
{arg: 'filter', type: 'object', description: 'Only include changes that matches this filter'},
{arg: 'tenant', type: 'string', description: 'Only include changes that matches this tenant'},
],
returns: {arg: 'changes', type: 'array', root: true},
http: {verb: 'get', path: '/changes'}