{ "operationId": "updateDataStream", "method": "PATCH", "path": "/services/v2/stream/{streamname}", "summary": "Oracle Goldengate Update a Data Stream", "requestExamples": [ { "contentType": "application/json", "name": "UpdatedatastreamRequestExample", "example": { "description": "A sample description.", "status": "active", "target": { "type": "example_value", "uri": "example_value", "topicName": "example_value", "format": "example_value" }, "filters": [ { "schema": "example_value", "table": "example_value", "operations": [ {} ] } ] } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Updatedatastream200Example", "example": { "name": "Example Title", "description": "A sample description.", "status": "active", "source": { "trailName": "example_value", "extractName": "example_value", "beginPosition": "example_value" }, "target": { "type": "kafka", "uri": "example_value", "topicName": "example_value", "format": "json" }, "filters": [ { "schema": "example_value", "table": "example_value", "operations": [ {} ] } ], "asyncApiSpec": "example_value", "createdAt": "2026-01-15T10:30:00Z", "updatedAt": "2026-01-15T10:30:00Z" } } ] }