---
title: "Modify automation"
method: PUT
path: "/api/1/automation/automations/{automationId}"
tags: ["Automations - New taxonomy API"]
---

# Modify automation

`PUT /api/1/automation/automations/{automationId}`

Modify an automation. Make sure to use one of the supported bodies listed in the cURL request examples. E.g. ShowOptionAll, DenyDownloads, etc.

## Path parameters

- `automationId` string, uuid, required

## Headers

- `x-api-correlation-id` string

## Request body

- object
  - `actionType` 'SHOW_OPTION' | 'SHOW_METAPROPERTY' | 'PREFILL' | 'EMPTY' | 'SELECT' | 'DESELECT', required
  - `actionsOn` object[]
    - `value` string
    - `metapropertyId` string, uuid
    - `optionIds` string[]
  - `conditionType` 'ALL' | 'ANY' | 'ANY_OPTION', required
  - `triggerType` 'SELECTED', required
  - `triggersOn` object[]
    - `value` string
    - `metapropertyId` string, uuid
    - `optionIds` string[]

## Response `202`

- object
  - `message` string, required

## Other responses

- `400`
- `401`
- `404`

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
