Renew contract
post/contract/{id}/renew
Path parameters
idstring required
A unique identifier for a file contract
Request body
Example request
{
"endHeight": 92813
}Response
Contract renewed successfully
Example response
{
"proofHeight": 92813,
"revisionHeight": 92813,
"revisionNumber": 246,
"startHeight": 92813,
"windowStart": 92813,
"windowEnd": 92813
}