Merge remote-tracking branch
This commit is contained in:
commit
30cea8878f
|
@ -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 matches this filter'},
|
||||
{arg: 'tenant', type: 'string', description: 'Only include changes that matches this tenant'},
|
||||
{arg: 'filter', type: 'object', description: 'Only include changes that match this filter'},
|
||||
{arg: 'tenant', type: 'string', description: 'Only include changes that match this tenant'},
|
||||
],
|
||||
returns: {arg: 'changes', type: 'array', root: true},
|
||||
http: {verb: 'get', path: '/changes'}
|
||||
|
|
Loading…
Reference in New Issue