Start here. This is the direct spoken answer to practice first.
Why this question matters
A tiny serializer rename can be a large production change when browsers, mobile apps, generated SDKs, partners, caches, or stored payloads still depend on the old contract.
I would not approve the rename as an ordinary refactor. I first find every consumer through frontend code, SDKs, OpenAPI artifacts, contract tests, usage telemetry, documentation, and partner ownership. Then I confirm whether only the name changes or the meaning changes too. If old consumers still exist, the server keeps the old field during a migration window or introduces a new API version instead of silently breaking them.