v1
latestOpenAPI 3.0.02026-07-24115101.2 MBContract - Data fields
Update contract data field values
Use this endpoint to update one or multiple data field values in the specified contract. See Data field for more information.
put/contracts/{contract_id}/data_fields
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
{
"data_fields": [
{
"_private_ownerside": {
"custom_id": "custom_id_first_name"
},
"id": 140001,
"value": "Foo"
}
]
}Response
Returns the updated data fields information.