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

Update README.rst

parent 4eb3716e
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, 7], dynamic_fields=False)
[<Ticket: 1>, <Ticket: 3>, <Ticket: 7>]
>>> client.ticket_get_by_list([1, 3, 6], dynamic_fields=False)
[<Ticket: 1>, <Ticket: 3>, <Ticket: 6>]
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