Election-Tech-Initiative / electionguard-api-python

ElectionGuard Web API in python to demonstrate usage of electionguard-python in performing ballot encryption, casting, spoiling, and tallying.
https://www.electionguard.vote/
MIT License
36 stars 26 forks source link

Update swagger meta-data for the context object for creating an election #198

Closed lprichar closed 2 years ago

lprichar commented 2 years ago

Issue

Supports #167

Description

Update swagger meta-data for context for creating an election

Testing

  1. Run it
  2. Navigate to the swagger endpoint (http://localhost:8000/)
  3. The create election endpoint should now contain fields inside of the context object, like this:

image