java/com.sap.sailing.www/release_notes_admin.html
... ...
@@ -35,7 +35,12 @@
35 35
the TracTrac event manager.<p>
36 36
The API token also replaces the username/password authentication scheme for the update
37 37
back channel from which TracTrac can optionally receive updates coming from the Race
38
- Manager app, such as race start times, race aborts, or course configurations.</li>
38
+ Manager app, such as race start times, race aborts, or course configurations.<p>
39
+ Use the new "Test Connection" button in the dialog for editing TracTrac connections
40
+ to check your token's validity. If you see permission "rest_api" in the response, you're good
41
+ for reading/receiving data. If you also see permission "rest_api_write" then you can also update
42
+ the event through the API, e.g., through update handlers that send race start times
43
+ and course updates.</li>
39 44
<li>For the following system properties, alternative environment variables have been introduced:
40 45
<ul>
41 46
<li><tt>AWS_S3_TEST_S3ACCESSID</tt> for <tt>aws.s3.test.s3AccessId</tt></li>