PUT /team/ticket-lists/{listId}/update/{listItemId}
Scope required: (Manage Team)
update a ticket, include only the fields that need to be changed
Servers
- https://www.uchat.com.au/api
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
listId |
Integer | Yes |
List Id |
listItemId |
Integer | Yes |
List Item Id |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
description |
String | No | |
text2 |
String | No | |
text3 |
String | No | |
select5 |
String | No |
available value can be option_key or option_code |
rating1 |
Integer | No | |
select4 |
String | No |
available value can be option_key or option_code |
rating2 |
Integer | No | |
text1 |
String | No | |
select3 |
String | No |
available value can be option_key or option_code |
select2 |
String | No |
available value can be option_key or option_code |
select1 |
String | No |
available value can be option_key or option_code |
text4 |
String | No | |
text5 |
String | No | |
assignee |
Integer | No | |
comment |
Object | No |
add new comment |
comment.url |
String | No |
attachment file url, must start with https:// |
comment.content |
String | No |
comment text |
date2 |
String | No |
format: Y-m-d, example: 2024-10-15 |
date1 |
String | No |
format: Y-m-d, example: 2024-10-15 |
title |
String | No | |
number2 |
Integer | No | |
number1 |
Integer | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.