Update a pixel config (ADMIN)
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Request Bodyrequired
Section titled “Request Bodyrequired”Partial update; at least one field required. Masked credential values (••••••…) are ignored.
object
object
Examplegenerated
{ "name": "example", "credentials": { "additionalProperty": "example" }, "eventMapping": "example", "isActive": true}Responses
Section titled “Responses”{ updated, platform }. Some keys are dynamic — PUT and PATCH share the exact SAME handler (updateHandler) and therefore return an IDENTICAL body. Response includes a constant updated: 1 alongside the record. Credentials in the response are masked identically to the list endpoint (“••••••” + last 4 chars of the decrypted value) — no plaintext. Submitted credential values that are already masked (prefix “••••••”) are ignored and the previously stored ciphertext is retained. 404 {error:“像素不存在”} when the platform id is missing/not found; 400 {error:“像素配置无效”, issues:[…]} on validation failure.
object
object
REDACTED. Keys are the stored credential field names (dynamic per platform); each value is “••••••” optionally suffixed with the last 4 characters of the decrypted secret. Never full plaintext.
object
Dynamic map of internal event name -> platform event name; may be {}.
object
ISO-8601 UTC timestamp.
ISO-8601 UTC timestamp.
Platform not found
object
Human-readable error message.
Examplegenerated
{ "error": "example", "message": "example"}