Readme: Event token should be a secret

This commit is contained in:
Sven Seeberg 2020-10-20 14:21:05 +02:00
parent d29cb01d26
commit 32a4af840d
Signed by: sven.seeberg
GPG key ID: 29559DD5A83806B5

View file

@ -15,7 +15,7 @@ Content-Type: application/json
Request Body
```javascript
{
"event_token": String, // Token to identify event
"event_token": String, // Secret event token to identify event
"round": Number, // nth vote round
"user_names": [ // User names for which the Hash should be retrieved
String,