v1
latestOpenAPI 3.0.02026-07-24115101.2 MBContract - Comments
Create a comment.
Use this endpoint to add a comment to a specific contract. See Comment for more information.
post/contracts/{contract_id}/comments
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
The email address of a registered Oneflow user.
Request body
Example request
{
"body": "This is the first comment.",
"participants": [
{
"participant_id": 230001
}
]
}Response
Returns the created comment.