Update Pixel
Update the properties of an existing tracking pixel.Endpoint
This endpoint uses the POST HTTP method in the actual implementation, but follows PUT semantics for updating resources.
Headers
Bearer token for authentication
Path Parameters
Pixel UUID
Request Body
Pixel name (max 100 characters)
Pixel slug (min 8 characters, max 100 characters). Must be unique.
All fields are optional. Only provide the fields you want to update.
Response
Pixel UUID
Updated pixel name
Updated pixel slug
Owner user UUID
Team UUID
ISO 8601 timestamp of last update
Example Request
Example Response
Error Responses
Bad Request - The slug is already taken by another pixel
Unauthorized - You don’t have permission to update this pixel
Not Found - Pixel does not exist
You must have update permissions for the pixel to modify it.