PATCH
/
v1
/
compliance-reviews
/
{reviewId}
curl
curl -X PATCH "https://dev-partner-api.sannos.ai/v1/compliance-reviews/01ABCREVIEW" \
  -H "X-API-Key: $EVE_COMPANY_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name":"string","scope":"string"}'
{
  "reviewId": "<string>",
  "message": "<string>",
  "updatedFields": [
    "<string>"
  ]
}

Authorizations

X-API-Key
string
header
required

API Key provided by Eve Admin Portal. Include this header in all authenticated requests.

Path Parameters

reviewId
string
required

Body

application/json
name
string | null
scope
string | null

Response

reviewId
string
message
string
updatedFields
string[]