post https://api.clint.digital/v1/deals/
Update a single deal
Log in to see full request history
Response
Update a single deal
xxxxxxxxxx
10curl --request POST \
--url https://api.clint.digital/v1/deals/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"stage": "BASE",
"status": "OPEN"
}
'
Try It!
to start a request and see the response here! Or choose an example: