Skip to main content
PATCH
/
v1
/
punch-list
/
update-punch-data
cURL
curl --request PATCH \
  --url https://revive-api-v2-production.herokuapp.com/v1/punch-list/update-punch-data \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "dealId": "draft",
  "submittedById": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
dealId
enum<string>
required
Available options:
draft,
submitted,
approved
submittedById
string
required

Response

200

Success