Authorization: Bearer ********************{
"appName": "string",
"blockingStrategy": "SERIAL_EXECUTION",
"cronValue": "string",
"delaySecond": 0,
"description": "string",
"enable": true,
"handleName": "string",
"id": 0,
"intervalSecond": 0,
"key": "string",
"namespace": "string",
"pastDueStrategy": "DEFAULT",
"retryInterval": 0,
"routerStrategy": "FIRST",
"runMode": "BEAN",
"scheduleType": "CRON",
"timeoutSecond": 0,
"triggerParam": "string",
"tryTimes": 0
}curl --location --request PUT '/api/job/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"appName": "string",
"blockingStrategy": "SERIAL_EXECUTION",
"cronValue": "string",
"delaySecond": 0,
"description": "string",
"enable": true,
"handleName": "string",
"id": 0,
"intervalSecond": 0,
"key": "string",
"namespace": "string",
"pastDueStrategy": "DEFAULT",
"retryInterval": 0,
"routerStrategy": "FIRST",
"runMode": "BEAN",
"scheduleType": "CRON",
"timeoutSecond": 0,
"triggerParam": "string",
"tryTimes": 0
}'