improved doc.

This commit is contained in:
Martin Edenhofer 2016-01-28 00:35:29 +01:00
parent ca6f43baca
commit 6bf8ff28e8

View file

@ -37,22 +37,22 @@ returns
result = [ result = [
{ {
:type => 'created', type: 'created',
:object => 'Ticket', object: 'Ticket',
:created_by_id => 3, created_by_id: 3,
:created_at => "2013-08-19 20:41:33", created_at: "2013-08-19 20:41:33",
}, },
{ {
:type => 'updated', type: 'updated',
:object => 'Ticket', object: 'Ticket',
:attribute => 'priority', attribute: 'priority',
:o_id => 1, o_id: 1,
:id_to => 3, id_to: 3,
:id_from => 2, id_from: 2,
:value_from => "low", value_from: "low",
:value_to => "high", value_to: "high",
:created_by_id => 3, created_by_id: 3,
:created_at => "2013-08-19 20:41:33", created_at: "2013-08-19 20:41:33",
}, },
] ]