Add tenant to remote
This commit is contained in:
parent
939cf5ae5c
commit
4e0d016cd4
|
@ -865,7 +865,8 @@ module.exports = function(registry) {
|
||||||
accessType: 'READ',
|
accessType: 'READ',
|
||||||
accepts: [
|
accepts: [
|
||||||
{arg: 'since', type: 'number', description: 'Only return changes since this checkpoint'},
|
{arg: 'since', type: 'number', description: 'Only return changes since this checkpoint'},
|
||||||
{arg: 'filter', type: 'object', description: 'Only include changes that match this filter'}
|
{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},
|
returns: {arg: 'changes', type: 'array', root: true},
|
||||||
http: {verb: 'get', path: '/changes'}
|
http: {verb: 'get', path: '/changes'}
|
||||||
|
|
Loading…
Reference in New Issue