{
"id": "string",
"name": "string",
"type": 0,
"protocol": "string",
"port": 0,
"shell": "string",
"version": "string",
"userType": "string",
"companyId": "string",
"items": "Collections.emptyList()"
}
curl --location --request POST '/api/template-conf/shell/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"type": 0,
"protocol": "string",
"port": 0,
"shell": "string",
"version": "string",
"userType": "string",
"companyId": "string",
"items": "Collections.emptyList()"
}'
{
"code": 0,
"data": null,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}