Partially update an area for the cameraAsk AIpatch http://rest.cameramanager.com/rest/v2.0/cameras/{cameraId}/detectors/analytics/areas/{areaId}Partially update an area for the camera defined by the area id=Path ParamscameraIdintegerrequiredID of the camera.areaIdintegerrequiredID of the area.Body Paramsnamestringlength between 1 and 32Name of the area.colorobjectcolor objectexcludebooleanIf exclude is false, the area specified has to be analysed. If it is true, the area has to be excluded for analysis and rest of the area has to be analysed. This is only applicable for an 'object in area' area and not applicable for a tripwire areatruefalsecoordinatesarray of objectsSet of x and y coordinates of the area.coordinatesADD objectResponses 204No Content 400The supplied object is invalid. Error detail will contain the validation error. 401You are not authenticated. Please authenticate and try again. 403You have no permission to access the specified resource. 404Referenced resource could not be found. 406The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request. 415The requested resource does not understand the media type sent in the request. 500Something went wrong in the server. Please try again.Updated 5 months ago