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
    1. --header 'Authorization: Token YOURAUTHTOKEN' \
    2. --header 'Content-type: application/json' \
    3. --data '{
    4. }'