PATCH
/
v1
/
compliance-reviews
/
{reviewId}
cURL
curl --request PATCH \
  --url http://localhost/v1/compliance-reviews/{reviewId} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "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[]