Skip to content

Commit

Permalink
Update API_v1.0.md
Browse files Browse the repository at this point in the history
Signed-off-by: René Gieling <[email protected]>
  • Loading branch information
dartcafe authored Jul 16, 2024
1 parent 981b6e4 commit 67ec8cc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/API_v1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ Send the full or a partial structure of "configuration" (see return strucure bel
A poll can be closed immediately by using the endpoint `poll/{pollId}/close` or by setting `expire` to a negative number and reopened by using `poll/{pollId}/reopen` or by setting `expire` to 0.
```json
{
"poll": {
"title": "Changed Title",
"description": "Updated description",
"expire": 0,
"access": "private",
"anonymous": true,
"allowMaybe": true,
"allowComment": true,
"allowProposals": true,
"showResults": "never",
"pollConfiguration": {
"title": "Changed Title",
"description": "Updated description",
"expire": 0,
"access": "private",
"anonymous": true,
"allowMaybe": true,
"allowComment": true,
"allowProposals": true,
"showResults": "never",
"autoReminder": false,
"hideBookedUp": false,
"proposalsExpire": 0,
Expand Down

0 comments on commit 67ec8cc

Please sign in to comment.