Hi,
Unsure if we’re able to use newKey when updating string attribute over node.js server api call to change an attribute name instead of having to create a new one and delete old.
Everything online is saying no but the docs have it in there
TL;DR
The developer wants to update a string attribute using the newKey in a Node.js server API call to change the attribute name without creating a new one and deleting the old. Online sources say it's not possible, but the developer found it in the documentation.