# webPixelUpdate - admin-graphql - MUTATION Version: 2024-10 ## Description Updates the web pixel settings. ### Access Scopes `write_pixels` access scope. Also: The app requires read_customer_events access scope and user access permission. ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the web pixel to update. * [webPixel](/docs/api/admin-graphql/2024-10/input-objects/WebPixelInput): WebPixelInput! - The web pixel settings in JSON format. ## Returns * [userErrors](/docs/api/admin-graphql/2024-10/objects/ErrorsWebPixelUserError): ErrorsWebPixelUserError! The list of errors that occurred from executing the mutation. * [webPixel](/docs/api/admin-graphql/2024-10/objects/WebPixel): WebPixel The updated web pixel settings. ## Examples