title and documents).DELETE) and create it again (POST) with the correct data.curl --location --request PUT '/v1/flows//phases//auto-document-config' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"documents": [
{
"templateId": "string",
"name": "string"
}
]
}'{
"id": "string",
"title": "string",
"documents": [
"string"
]
}