{
"errors": [
{
"debug": {
"affectedForms": [
{
"_id": "<string>",
"name": "<string>"
}
]
},
"errorType": "<string>",
"message": "<string>",
"field": "<string>",
"fieldId": "<string>"
}
]
}contact-structure
Update a contact structure by id
PUT
/
api
/
contact-structure
/
{contactStructureId}
{
"errors": [
{
"debug": {
"affectedForms": [
{
"_id": "<string>",
"name": "<string>"
}
]
},
"errorType": "<string>",
"message": "<string>",
"field": "<string>",
"fieldId": "<string>"
}
]
}