# Update ticket **Parameters**
Method-mget,post,put o delete
host-i, --ipname site zendesk
user-usname user (email)
password-ppass API
token-ttoken API
ticket name-tnname ticket
ticket comment-tbcontent ticket
ticket id-idid ticket
ticket status-tsnew,open,hold, pending,solved o closed
ticket priority-tpurgent,high,normal o low
ticket type-ttproblem, incident,question, task
Example of a ticket update with manual execution. ``` ./pandora_zendesk -m put -i pandoraplugin -us -p -id 19 -tn "yea22h" -tb "Comg" -tp urgent -tt "question" -ts new ``` This command will update the following ticket : [![image-1641400694458.png](https://pandorafms.com/guides/public/uploads/images/gallery/2022-01/scaled-1680-/image-1641400694458.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2022-01/image-1641400694458.png)