Updating resolvedType in VariableChange via REST API hi!I'm using the Variables REST API (POST /v1/files/:file_key/variables) and having an issue with updating a variable's resolvedType.According to the documentation, I understand that VariableChange objects support resolvedType as a parameter for UPDATE actions.However, when I send:"variables": [{"action": "UPDATE","id": "VariableID:30927:47472","resolvedType": "FLOAT"}]}The API returns 200 success, but the variable's resolvedType remains unchanged (still "STRING").Questions:Is resolvedType actually mutable via UPDATE operations? If yes, what's the correct way to change a variable from STRING to FLOAT type? If no, could the documentation be clarified to indicate resolvedTy