Replace automation
Replaces an automation definition when If-Match matches the current automation revision.
Authorizations
Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Headers
Current resource revision used for optimistic concurrency, as returned in the ETag response header.
Path Parameters
Unique automation identifier.
^[a-z0-9][a-z0-9-]{0,62}$Body
Request body for replacing an automation.
"Nightly dependency update"
Repository and workflow selected by an automation.
Automation trigger configuration. Unknown type discriminator values
are reported by handlers as domain validation errors with HTTP 422.
- Option 1
- Option 2
"Keeps dependencies fresh."
Response
Automation replaced
Public automation definition.
^[a-z0-9][a-z0-9-]{0,62}$"nightly-deps"
Stable revision used with If-Match for optimistic concurrency.
^[0-9a-f]{64}$"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
"Nightly dependency update"
"Keeps dependencies fresh."
Repository and workflow selected by an automation.
Automation trigger configuration. Unknown type discriminator values
are reported by handlers as domain validation errors with HTTP 422.
- Option 1
- Option 2