[
{
"description": "string",
"is_recommended": false,
"name": "string",
"settings": {},
"documents": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/ProcessTemplates/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"description": "string",
"is_recommended": false,
"name": "string",
"settings": {},
"documents": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}