Skip to content
Snippets Groups Projects
Commit c2c0077e authored by Robert Habermann's avatar Robert Habermann
Browse files

Update README.rst

parent 1c393e67
No related branches found
No related tags found
No related merge requests found
......@@ -143,8 +143,8 @@ Get Tickets
>>> client.ticket_get_by_id(1, articles=True, attachments=True, dynamic_fields=True)
<Ticket: 1>
>>> client.ticket_get_by_list([1, 3, 5], dynamic_fields=False)
[<Ticket: 1>, <Ticket: 3>, <Ticket: 5>]
>>> client.ticket_get_by_list([1, 3, 4], dynamic_fields=False)
[<Ticket: 1>, <Ticket: 3>, <Ticket: 4>]
Update Tickets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment