PatchSourceStatusBody

Lifecycle control for the source.

Properties

statusstringrequired

`paused` stops recurring runs; `active` resumes them.

"active""paused"

Example

PatchSourceStatusBody example
{
  "status": "active"
}