Document Location header in POST /election
This commit is contained in:
@ -34,6 +34,11 @@ paths:
|
|||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Election created. Body only returned if voterAreKnown is true
|
description: Election created. Body only returned if voterAreKnown is true
|
||||||
|
headers:
|
||||||
|
Location:
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
description: The path to the newly created election
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
Reference in New Issue
Block a user