Contract
Update a contract by ID
Use this endpoint to update a specific contract by its ID. Note that many fields are only editable before the contract is signed.
put/contracts/{contract_id}
Path parameters
contract_idinteger required
The unique ID of the contract.
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
x-oneflow-user-emailstring email required
Example:john.doe@oneflow.com
The email address of a registered Oneflow user.
Request body
Example request
{
"_private": {
"signing_period_expiration": {
"type": "never"
},
"value": {
"amount": "500.10"
}
},
"sign_order": [
{
"participant_id": 180224,
"order": 2
}
],
"tags": [
{
"id": 380001
}
]
}Response
Returns the updated contract.
Changes
No recorded changes to this endpoint across all 1 revision of this API.