---
title: "Update Trajectory"
method: PATCH
path: "/v1/trajectories/{trajectory_id}"
tags: ["trajectories"]
---

# Update Trajectory

`PATCH /v1/trajectories/{trajectory_id}`

Update a trajectory's data.

Only the fields provided in the request body will be updated.
The trajectory must belong to the authenticated organization.

## Path parameters

- `trajectory_id` string, uuid, required

## Headers

- `Idempotency-Key` string

## Request body

- TrajectoryUpdate — Schema for updating a trajectory
  - `name` string, nullable
  - `description` string, nullable
  - `trajectory_data` object[], nullable
  - `is_approved` boolean, nullable — Whether this trajectory is approved for use
  - `is_main` boolean, nullable — Whether this trajectory is the optional main tie-break trajectory for its workflow

## Response `200`

Successful Response

- TrajectoryResponse — Trajectory response schema
  - `name` string, nullable
  - `description` string, nullable
  - `workflow_id` string, uuid, required
  - `run_id` string, uuid, nullable — Optional run that created this trajectory
  - `trajectory_data` object[], required
  - `dimensions` object, required — Display dimensions when trajectory was recorded
  - `original_input_values` object, nullable — Original input values used when trajectory was created
  - `is_approved` boolean, required
  - `has_been_approved` boolean, required
  - `is_generated` boolean, required
  - `is_main` boolean, required
  - `id` string, uuid, required
  - `user_id` string, uuid, nullable
  - `organization_id` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud.md) · [All operations](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberdesk-hq/cyberdesk-cloud/versions/830d2f48963d/schema)
