flows
connectors
change the status of a connector
patch/v1/flows/{flow-id}/connectors/{connector-id}
Request body
Example request
{
"status": "paused"
}Response
The new status of the connector after the patch
Example response
{
"alias": "foo",
"status": "running",
"connectivity": "connected",
"pipelines": {
"out": [
{
"alias": "pass",
"port": "in"
}
]
}
}