overwrite is valid for supported scalar fields; increase and decrease are numerical only.false, numerical 0, empty valid multi-line text "", and ordinary strings through validation, history creation, current-value projection, and the response.Idempotency-Key. Exact retries replay the first 201. A key reused with different identifiers, value, or action returns 409 IDEMPOTENCY_KEY_CONFLICT. If reconciliation is required, read this user's narrow field history before doing anything else.curl --location 'https://sgtr-api.returning.ai/v1/communities//users//user-fields//histories' \
--header 'Authorization;' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"value": false,
"action": "overwrite"
}'{
"meta": {
"status": "success",
"statusCode": 201,
"code": "USER_FIELD_VALUE_UPDATED",
"idempotentReplay": false
},
"message": "Update user field value api success.",
"data": {
"value": 0,
"action": "overwrite",
"storedValue": 0,
"updatedValue": 0,
"fieldID": "trading_volume",
"userID": "3247779"
}
}