desc => 'Creates and fires grouped events for a set of circulation IDs',
params => [
{ name => 'authtoken', desc => 'Staff auth token', type => 'string' },
- { name => 'patronid', desc => 'actor.usr.id of patron which must own the circulations', type => 'number' }
+ { name => 'patronid', desc => 'actor.usr.id of patron which must own the circulations', type => 'number' },
{ name => 'circlist', desc => 'Arrayref of circulation IDs to bundle into the event group', type => 'array' }
],
return => {
'For use by session-specific actions such as self-checkout or circ desk checkout.',
params => [
{ name => 'authtoken', desc => 'Staff auth token', type => 'string' },
- { name => 'patronid', desc => 'actor.usr.id of patron which must own the circulations', type => 'number' }
+ { name => 'patronid', desc => 'actor.usr.id of patron which must own the circulations', type => 'number' },
{ name => 'circlist', desc => 'Arrayref of circulation IDs to bundle into the event group', type => 'array' }
],
return => {