Authorization: Bearer ********************X-Altan-Key: ********************{
"module": {},
"filter_spec": {
"property1": "string",
"property2": "string"
},
"after_module": "string",
"before_module": "string",
"after_route_condition": "string",
"override_position": 0,
"is_except": false,
"id": "string"
}curl --location --request PUT 'https://api.altan.ai/flow//module' \
--header 'Content-Type: application/json' \
--data-raw '{
"module": {},
"filter_spec": {
"property1": "string",
"property2": "string"
},
"after_module": "string",
"before_module": "string",
"after_route_condition": "string",
"override_position": 0,
"is_except": false,
"id": "string"
}'null