/cameras:bulkUpdateAsk AIpost https://{BaseUrl}/api/v3.0/cameras:bulkUpdateThis endpoint allows the developer to update multiple cameras at once by providing update fields.Body Paramsidsarray of stringsrequiredids*ADD stringupdateFieldsobjectrequiredThis defines the parameter that will be updated for list of cameras. Currently, we allow only one parameter to be updated at a time.updateFields objectResponses 201Cameras updated 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. 500Something went wrong in the server. Please try again.Updated 5 months ago