Authorization: Bearer ********************{
"title": "新名称",
"is_enabled": false
}curl --location --request PATCH 'https://app.emoosearch.com/open-api/v1/agents/' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "新名称",
"is_enabled": false
}'{
"code": 200,
"message": "success",
"data": {
"ws_agent_key": "string",
"title": "string",
"agent_type": "webhook",
"is_enabled": true,
"description": "string",
"scope": "public",
"specified_ws_group_ids": [
0
],
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}