POST

Cast vote on advance

Notes

  • Votes are immutable. Once set, cannot change

  • Header X-Api-Key is required. Use /request-api-key endpoint.

    • If <api_key> is invalid, a 401 error will be returned
  • Signature must be from signing the following message:

    • If voting yes: I hereby confirm my vote that '<advance_name>' IS AN ADVANCE

    • If voting no: I hereby confirm my vote that '<advance_name>' IS INELIGIBLE AS AN ADVANCE

post/set-vote

Headers

X-Api-Keystring

<api_key> from /request-api-key endpoint

Request body

advance_idstring
yesboolean
signaturestring

Response

Success

okboolean

Changes

Changed in 3 of the 34 revisions of this API.112