Sets the label (also known as class) of multiple samples. Depending on the number of affected samples this will either execute immediately or return the ID of a job that will perform this action in batches.
Project ID
Which of the three acquisition categories to retrieve data from
Only include samples with a label within the given list of labels, given as a JSON string
"[\"idle\", \"snake\"]"
Only include samples whose filename includes the given filename
Only include samples shorter than the given length, in milliseconds
Only include samples longer than the given length, in milliseconds
Only include samples with higher frequency than given frequency, in hertz
Only include samples with lower frequency than given frequency, in hertz
Include samples with either valid or invalid signatures
Include only enabled or disabled samples (or both)
Only include samples with an ID within the given list of IDs, given as a JSON string
"[1, 2, 3]"
Exclude samples with an ID within the given list of IDs, given as a JSON string
"[4, 5, 6]"
Search query
"<id> <name>"
New label for this sample
"water-hammer"
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)