diff --git a/pyotrs/lib.py b/pyotrs/lib.py index 7d3032a3b26b6d0c52ec69196a8af15683ec05c4..c49915615227232582b82fedb0f0feacabe07c59 100644 --- a/pyotrs/lib.py +++ b/pyotrs/lib.py @@ -839,7 +839,7 @@ class Client(object): """ticket_update_by_ticket_id_set_scout_id Args: - ticket (Ticket): + ticket (Ticket): a ticket object article (Article): optional article attachment_list (list): *Attachment* objects dynamic_field_list (list): *DynamicField* object @@ -1083,7 +1083,7 @@ class Client(object): Args: - ticket_id (int): + ticket_id (int): Ticket ID as integer value article (Article): **optional** one *Article* that will be add to the ticket attachment_list (list): list of one or more *Attachment* objects that will be added to ticket. Also requires an *Article*! @@ -1133,7 +1133,7 @@ class Client(object): """ticket_update_set_state_pending Args: - ticket_id (int): + ticket_id (int): Ticket ID as integer value new_state (str): defaults to "pending reminder" pending_days (int): defaults to 1 pending_hours (int): defaults to 0