---
title: "Update Automation Description"
method: PUT
path: "/v1/automations/description"
tags: ["automations"]
---

# Update Automation Description

`PUT /v1/automations/description`

Update the description of a specific automation

## Headers

- `Authorization` string, required

## Request body

- object
  - `description` string, required — New description for the automation
  - `id` string, required — ID of the automation to update
  - `orgId` string, required — Organization ID

## Response `200`

OK

- TypeAutomationOutput
  - `description` string
  - `domainName` string, required
  - `id` string, required
  - `schema` string
  - `template` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/airtop/apis/airtop-api.md) · [All operations](https://skmtc.net/airtop/apis/airtop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airtop/airtop-api/revisions/4a02eb5d21ca/schema)
