Add secrets
Add a secret using the InfluxDB API
- Your organization ID in the request URL
- Your in the
Authorization
header - The secret key-value pair in the request body
--header 'Authorization: Token YOURAUTHTOKEN' \
--header 'Content-type: application/json' \
--data '{
}'