# eventBridgeServerPixelUpdate - admin-graphql - MUTATION Version: 2024-10 ## Description Updates the server pixel to connect to an EventBridge endpoint. Running this mutation deletes any previous subscriptions for the server pixel. ### Access Scopes `write_pixels` access scope. Also: The app must have the read_customer_events and write_server_pixels access scopes. ## Arguments * [arn](/docs/api/admin-graphql/2024-10/scalars/ARN): ARN! - The ARN for the EventBridge endpoint to which customer events are to be sent. ## Returns * [serverPixel](/docs/api/admin-graphql/2024-10/objects/ServerPixel): ServerPixel The server pixel as configured by the mutation. * [userErrors](/docs/api/admin-graphql/2024-10/objects/ErrorsServerPixelUserError): ErrorsServerPixelUserError! The list of errors that occurred from executing the mutation. ## Examples