{ "operationId": "cloneAlert", "method": "POST", "path": "/api/v2/databases/{database}/schemas/{schema}/alerts/{name}:clone", "summary": "Create a New Alert by Cloning From the Specified Resource", "requestExamples": [ { "contentType": "application/json", "name": "ClonealertRequestExample", "example": { "name": "Example Title", "point_of_time": { "point_of_time_type": "example_value", "reference": "at" } } } ], "responseExamples": [] }