Database Write

You might say

The API says saved, but the nickname returns to its old value after refresh. Confirm the write really committed.

Writing new or updated data to a database and committing the changeAfter a user changes a nickname, the backend must complete and confirm the database write so refresh can read it back. A successful response alone does not prove that, and a write is not the same as backup, replication, or immediate visibility everywhere.
Further reading