updatePixel

suspend fun updatePixel(pixelId: String, name: String? = null, slug: String? = null): Pixel

Updates an existing pixel.

Return

The updated Pixel object.

Parameters

pixelId

The unique identifier of the pixel to update.

name

The new name for the pixel.

slug

The new slug for the pixel.