Web Developer
I created an attribute named userAgent in the leads collection, but now an error is being displayed. When I try to update a document, it doesn't let me successfully complete the update, even though I am not passing the userAgent field in the update operation. Could you please remove the duplicate userAgent field from the collection?
{
code: 400,
type: 'document_invalid_structure',
response: {
message: 'Invalid document structure: Unknown attribute: "userAgent"',
code: 400,
type: 'document_invalid_structure',
version: '1.6.1'
}
}