---
title: "PATCH /transitions/{transitionId}"
method: PATCH
path: "/transitions/{transitionId}"
---

# PATCH /transitions/{transitionId}

`PATCH /transitions/{transitionId}`

## Path parameters

- `transitionId` string, required

## Headers

- `Content-Type` string, required

## Request body

- PatchTransitionId
  - `description` string, nullable
  - `name` string, nullable
  - `parameters` union
    - object
      - `cpu` 256 | 512 | 1024
      - `environment` object, nullable
      - `environmentSecrets` string[], nullable
      - `imageUrl` string
      - `memory` 512 | 1024 | 2048 | 4096 | 8192
      - `secretId` string, nullable
    - object
      - `environment` object, nullable
      - `environmentSecrets` string[], nullable
      - `lambdaId` string
    - object
      - `assets` object
        - `jsRemoteComponent` string

## Response `200`

200 response

- Transition
  - `assets` object
    - `jsRemoteComponent` string
  - `createdBy` string, nullable, required
  - `createdTime` string, nullable, required
  - `description` string, nullable, required
  - `name` string, nullable, required
  - `parameters` object, required
  - `timeoutInSeconds` integer, required
  - `transitionId` union, required
    - string
    - string
  - `transitionType` 'docker' | 'manual' | 'lambda', required
  - `updatedBy` string, nullable, required
  - `updatedTime` string, nullable, required

## Other responses

- `400` — 400 response
- `403` — 403 response
- `404` — 404 response
- `415` — 415 response
- `500` — 500 response

## Changes

- **2026-07-13** `d5fe190026be` — 1 breaking, 8 warning, 1 info
  - the `timeoutInSeconds` response property's max was increased from `3600.00` to `10800.00` for the response status `200`
  - removed the request property `assets`
  - removed the request property `environment`
  - removed the request property `environmentSecrets`
  - …6 more
- **2024-02-05** `c371d93c085f` — 1 breaking
  - the `timeoutInSeconds` response property's max was increased from `1800.00` to `3600.00` for the response status `200`
- **2022-09-29** `424af607ab69` — 2 info
  - the request property `parameters/anyOf[subschema #1]/environment` became nullable
  - the request property `parameters/anyOf[subschema #1]/environmentSecrets` became nullable
- **2022-09-29** `aba5d02f5fa5` — 1 info
  - added the new optional request property `parameters`
- **2021-11-05** `9788e6bfa925` — 1 warning, 8 info
  - removed the request property `parameters`
  - added the new optional request property `assets`
  - added the new optional request property `environment`
  - added the new optional request property `environmentSecrets`
  - …5 more

[Change history](https://skmtc.dev/lucidtechai/apis/lucidtech-api/changes/transitions/:transitionId/patch.md)

---

[API](https://skmtc.dev/lucidtechai/apis/lucidtech-api.md) · [All operations](https://skmtc.dev/lucidtechai/apis/lucidtech-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lucidtechai/lucidtech-api/revisions/d5fe190026be/schema)
