Skip to main content

Send a filled in ballot paper to the backend to cast a vote

POST 

/voting/castVote

Accepts the ballot paper the voter wants to submit to the backend as json object with encrypted contents. With this, the vote of voter is cast. The json object is described in the developer guide of the wiki in "Cryptographic Workflow". In case the vote is invalid and invalid votes are not supported, the error code 400 is returned.

This endpoint is currently only a draft and not implemented! When this endpoint is implemented this note will be removed.

Request

Responses

No content. The request was successfully executed and the vote / ballot paper was accepted.