# backupRegionUpdate - admin-graphql - MUTATION Version: 2025-04 ## Description Update the backup region that is used when we have no better signal of what region a buyer is in. ### Access Scopes `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. ## Arguments * [region](/docs/api/admin-graphql/2025-04/input-objects/BackupRegionUpdateInput): BackupRegionUpdateInput - Optional input representing the region to be updated. If not provided, the existing regions remain unchanged. ## Returns * [backupRegion](/docs/api/admin-graphql/2025-04/interfaces/MarketRegion): MarketRegion Returns the updated backup region. * [userErrors](/docs/api/admin-graphql/2025-04/objects/MarketUserError): MarketUserError! The list of errors that occurred from executing the mutation. ## Examples