Skip to main content
PUT
/
bundles
/
{id}
/
update-endpoint
/
{endpointID}
Update monitored model entry
curl --request PUT \
  --url https://api.example.com/bundles/{id}/update-endpoint/{endpointID} \
  --header 'Content-Type: application/json' \
  --data '
{
  "isGoverned": true
}
'
{
  "message": "<string>"
}

Path Parameters

id
string
required

ID of the bundle to which the monitored endpoint belongs

endpointID
string
required

ID of the monitored endpoint

Body

application/json

Changes to the monitored model

isGoverned
boolean
required

Response

OK