---
title: "Update an outcome"
method: PUT
path: "/outcome/{id}/"
tags: ["outcomes"]
---

# Update an outcome

`PUT /outcome/{id}/`

Update an existing outcome.

## Path parameters

- `id` string, required

## Request body

- UpdateOutcome
  - `applies_to` OutcomeAppliesTo[], nullable — Deprecated. This field will be derived from `type` in a future update: `custom` applies to calls and meetings, `vm-dropped` applies to calls only.
  - `description` string, nullable — Explain what the outcome means and when it should be used.
  - `name` string, nullable — Displayed to users wherever outcomes can be selected.
  - `type` 'vm-dropped' | 'custom'

## Response `200`

Successful response

- Outcome
  - `applies_to` OutcomeAppliesTo[], required
  - `created_by` string, nullable, required
  - `date_created` string, date-time, required
  - `date_updated` string, date-time, required
  - `description` string, nullable, required
  - `id` string, required
  - `name` string, required
  - `organization_id` string, required
  - `type` 'vm-dropped' | 'custom', required
  - `updated_by` string, nullable, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

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