Authorization: Bearer ********************
{
"id": "string",
"name": "string",
"className": "string",
"trigger": "string",
"triggerAt": "2019-08-24T14:15:22Z",
"isRemoting": true,
"servicePath": "string",
"enable": true
}
curl --location --request PUT 'https://jiugang.mhiiot.cn/openapi/client/api/cronjobs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"className": "string",
"trigger": "string",
"triggerAt": "2019-08-24T14:15:22Z",
"isRemoting": true,
"servicePath": "string",
"enable": true
}'
{}