Re-score an existing plan
Re-score an existing district plan to update to the most recent versions of the model or to change parts of the description and other configuration details.
District plans shared with PlanScore are kept indefinitely.
post/clone
Request body
Example request
{
"id": "20210307T032912.752515089Z",
"description": "Congressional Redistricting Plan 2024",
"incumbents": [
"R",
"D",
"O"
],
"vote_swings": [
0.04,
0.05,
0.06
]
}Response
Plan cloned and re-scoring started successfully
Example response
{
"index_url": "https://planscore.s3.amazonaws.com/uploads/20210307T032912.752515089Z/index.json",
"plan_url": "https://planscore.org/plan.html?20210307T032912.752515089Z"
}