---
title: "Changes to Create automation"
method: POST
path: "/api/v1/automations"
---

# Changes to Create automation

`POST /api/v1/automations`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 134 revisions.

- **2026-08-30** `7bdeefd151cd` — 1 breaking, 2 info
- **2026-08-26** `0a0810535f53` — 7 breaking, 3 warning, 4 info
- **2026-05-30** `57aaacdfd18e` — 1 breaking, 1 warning
- **2026-05-27** `5111129c5643` — 1 info

## Changes

- **2026-08-30** `7bdeefd151cd` — 1 breaking, 2 info
  - added the new required request property `environment_id`
  - added the required property `environment_id` to the response with the `201` status
  - added the required property `last_error` to the response with the `201` status
- **2026-08-26** `0a0810535f53` — 7 breaking, 3 warning, 4 info
  - added the new required request property `workflow`
  - the `target` request property type/format changed from `object`/`` to ``/``
  - added `#/components/schemas/GitRunTarget, #/components/schemas/NoneRunTarget, #/components/schemas/FolderRunTarget` to the `target` response property `oneOf` list for the response status `201`
  - the `target` response's property type/format changed from `object`/`` to ``/`` for status `201`
  - removed the required property `target/ref` from the response with the `201` status
  - removed the required property `target/repository` from the response with the `201` status
  - removed the required property `target/workflow` from the response with the `201` status
  - removed the request property `target/ref`
  - removed the request property `target/repository`
  - removed the request property `target/workflow`
  - added discriminator to `target` request property
  - added `#/components/schemas/GitRunTarget, #/components/schemas/NoneRunTarget, #/components/schemas/FolderRunTarget` to the `target` request property `oneOf` list
  - added discriminator to `target` response property for the response status `201`
  - added the required property `workflow` to the response with the `201` status
- **2026-05-30** `57aaacdfd18e` — 1 breaking, 1 warning
  - removed the required property `enabled` from the response with the `201` status
  - removed the request property `enabled`
- **2026-05-27** `5111129c5643` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/fabro-sh/apis/fabro-run-api/docs/api/v1/automations/post.md) · [API](https://skmtc.dev/fabro-sh/apis/fabro-run-api.md) · [Page](https://skmtc.dev/fabro-sh/apis/fabro-run-api/changes/api/v1/automations/post)
