# urlRedirectUpdate - admin-graphql - MUTATION Version: 2024-07 ## Description Updates a URL redirect. ### Access Scopes `write_online_store_navigation` access scope. ## Arguments * [id](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - The ID of the URL redirect to update. * [urlRedirect](/docs/api/admin-graphql/2024-07/input-objects/UrlRedirectInput): UrlRedirectInput! - The input fields required to update the URL redirect. ## Returns * [urlRedirect](/docs/api/admin-graphql/2024-07/objects/UrlRedirect): UrlRedirect Returns the updated URL redirect. * [userErrors](/docs/api/admin-graphql/2024-07/objects/UrlRedirectUserError): UrlRedirectUserError! The list of errors that occurred from executing the mutation. ## Examples