v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Signals

Update signal

Updates a signal's name, description, and evaluation pre-gate filters. Filter changes apply forward-only — existing membership is never re-evaluated. The slug is stable.

patch/v1/projects/{projectSlug}/signals/{signalSlug}

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

signalSlugstring required

Signal slug.

Signal slug.

Request body

namestring

New name. Omitted leaves it unchanged.

descriptionstring

New description. Omitted leaves it unchanged.

filtersobject nullable

New evaluation pre-gate. Explicit null clears it; omitted leaves it unchanged.

Response

Signal updated

idstring required

Updated signal id.

slugstring required

URL-safe identifier (stable across updates).

changedboolean required

Whether any field actually changed.