Update Juicenet component configuration variable (#6769)

This commit is contained in:
Klaas Schoute 2018-10-14 09:00:48 +02:00 committed by Franck Nijhof
parent e6673d206d
commit 813fc62d50

View File

@ -24,6 +24,9 @@ juicenet:
access_token: ACCESS_TOKEN
```
Configuration variables:
- **access_token** (*Required*): Your eMotorWerks API Token can be found in the [dashboard](https://dashboard.emotorwerks.com/Manage).
{% configuration %}
access_token:
description: "Your eMotorWerks API Token can be found in the [dashboard](https://dashboard.emotorwerks.com/Manage)."
required: true
type: string
{% endconfiguration %}