{
"id": "string",
"direction": 0,
"thirdType": "string",
"thirdConfig": {
"appID": "string",
"appKey": "string",
"appSecret": "string"
},
"fieldMap": {},
"syncDeptIDs": [
"string"
],
"isAddSync": 0,
"syncMode": 0,
"createdTime": 0
}
curl --location --request POST '/api/v1/system/dept/sync-job/update' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"direction": 0,
"thirdType": "string",
"thirdConfig": {
"appID": "string",
"appKey": "string",
"appSecret": "string"
},
"fieldMap": {},
"syncDeptIDs": [
"string"
],
"isAddSync": 0,
"syncMode": 0,
"createdTime": 0
}'
{
"code": "200",
"msg": "string"
}