Skip to main content

Cập nhật tag

HTTP request

PUT https://{app_id}.api.piscale.com/open-api/v1.0/chat/tags/{tag_id}

Parameters

TênKiểu dữ liệuMô tảBắt buộc
tag_idstringMã tag

Request body

Ví dụ
{
"name": "RESOLVED",
"description": "",
"color_code": "#78F32C"
}
TênKiểu dữ liệuMô tảBắt buộc
namestringTên hiển thị. Tối đa 30 ký tự
descriptionstringMô tả về tag. Tối đa 255 ký tự
color_codestringMã màu. Tối đa 7 ký tự

Response

Nếu thành công, bạn sẽ nhận được phản hồi.

Ví dụ
{
"message_code": "M200",
"message": "Success",
"data": {
"id": "12",
"name": "RESOLVED",
"color_code": "#78F32C",
"description": ""
}
}
TênKiểu dữ liệuMô tả
message_codestringMã thông điệp. Xem chi tiết
messagestringNội dung mã thông điệp
data.idstringMã tag
data.namestringTên hiển thị
data.color_codestringMã màu tag
data.descriptionstringMô tả tag