influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > PatchScriptsIDAddLabelsRequest

PatchScriptsIDAddLabelsRequest interface

Signature:

interface PatchScriptsIDAddLabelsRequest 

Properties

Property Modifiers Type Description
body   { labels?: string[]; } The labels to add to the script.
scriptID   string The script ID. Specifies the script to add labels to.