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

fix typo

parent b1eb7b56
No related branches found
No related tags found
No related merge requests found
...@@ -839,7 +839,7 @@ class Client(object): ...@@ -839,7 +839,7 @@ class Client(object):
"""ticket_update_by_ticket_id_set_scout_id """ticket_update_by_ticket_id_set_scout_id
Args: Args:
ticket (Ticket): ticket (Ticket): a ticket object
article (Article): optional article article (Article): optional article
attachment_list (list): *Attachment* objects attachment_list (list): *Attachment* objects
dynamic_field_list (list): *DynamicField* object dynamic_field_list (list): *DynamicField* object
...@@ -1083,7 +1083,7 @@ class Client(object): ...@@ -1083,7 +1083,7 @@ class Client(object):
Args: Args:
ticket_id (int): ticket_id (int): Ticket ID as integer value
article (Article): **optional** one *Article* that will be add to the ticket article (Article): **optional** one *Article* that will be add to the ticket
attachment_list (list): list of one or more *Attachment* objects that will attachment_list (list): list of one or more *Attachment* objects that will
be added to ticket. Also requires an *Article*! be added to ticket. Also requires an *Article*!
...@@ -1133,7 +1133,7 @@ class Client(object): ...@@ -1133,7 +1133,7 @@ class Client(object):
"""ticket_update_set_state_pending """ticket_update_set_state_pending
Args: Args:
ticket_id (int): ticket_id (int): Ticket ID as integer value
new_state (str): defaults to "pending reminder" new_state (str): defaults to "pending reminder"
pending_days (int): defaults to 1 pending_days (int): defaults to 1
pending_hours (int): defaults to 0 pending_hours (int): defaults to 0
......
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