Skip to main content
PATCH
/
v1
/
project-scopes
/
update
cURL
curl --request PATCH \
  --url https://revive-api-v2-production.herokuapp.com/v1/project-scopes/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "dealId": "<string>",
  "id": "<string>",
  "description": "<string>",
  "title": "<string>",
  "isInPunchList": true,
  "verified": true
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
dealId
string
required
id
string
description
string
title
string
isInPunchList
boolean
verified
boolean

Response

200

Success