influxdb-client-js

InfluxDB 2.0 JavaScript client

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

Home > @influxdata/influxdb-client-apis > OrgsAPI > patchOrgsIDSecrets

OrgsAPI.patchOrgsIDSecrets() method

Update secrets in an organization. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PatchOrgsIDSecrets

Signature:

patchOrgsIDSecrets(request: PatchOrgsIDSecretsRequest, requestOptions?: RequestOptions): Promise<void>;

Parameters

Parameter Type Description
request PatchOrgsIDSecretsRequest request parameters and body (if supported)
requestOptions RequestOptions (Optional) optional transport options

Returns:

Promise<void>

promise of response