Add entries by name
Datasets
Add entries by name
Adds values to a dataset identified by name. Duplicates are ignored.
POST
Add entries by name
Adds values to a dataset identified by name instead of ID. Duplicates are ignored. Changes are reflected immediately in
Response:
Returns 404 if no dataset with the given name exists for the authenticated API key.
beam.contains("DATASET_NAME", [input.field1, input.field2]) lookups inside JavaScript transforms — no redeploy needed. See the Datasets overview for the full usage pattern.
Request body:
| Field | Required | Description |
|---|---|---|
name | Yes | Name of the dataset (must belong to the authenticated API key) |
values | Yes | Array of string values to add |