---
title: "Update"
method: PATCH
path: "/organizations/{organizationId}/technologies/{catalogTechnologyId}"
tags: ["Organization Technologies"]
---

# Update

`PATCH /organizations/{organizationId}/technologies/{catalogTechnologyId}`

## Path parameters

- `organizationId` string, required
- `catalogTechnologyId` string, required

## Request body

- CatalogTechnologyPartial
  - `category` string
  - `color` 'blue' | 'green' | 'yellow' | 'orange' | 'red' | 'beaver' | 'dark-blue' | 'purple' | 'pink' | 'white' | 'grey' | 'black'
  - `deprecatedAt` string, date-time
  - `description` string — Technical description for the technology, avoid marketing language
  - `docsUrl` string — Documentation or readme url
  - `iconUrlDark` string, nullable — Icon that only works on dark backgrounds
  - `iconUrlLight` string, nullable — Icon that only works on light backgrounds
  - `name` string — Long verbose name
  - `nameShort` string — Short one or two word name to show in places with limited space
  - `provider` 'aws' | 'azure' | 'gcp' | 'microsoft' | 'salesforce' | 'atlassian' | 'apache' | 'supabase' | 'null', nullable
  - `rejectionMessage` string — If rejected, detail description of why
  - `rejectionReason` 'duplicate' | 'incomplete' | 'invalid' | 'other'
  - `restrictions` CatalogRestriction[], nullable — Restriction on which model object or connections this technology can be added to
  - `status` 'approved' | 'pending-review' | 'rejected' | 'null', nullable
  - `type` 'data-storage' | 'deployment' | 'framework-library' | 'gateway' | 'other' | 'language' | 'message-broker' | 'network' | 'protocol' | 'runtime' | 'service-tool' | 'null', nullable
  - `updatesUrl` string — Release notes or changelog url
  - `websiteUrl` string — Landing page website url

## Response `200`

OK

- object
  - `catalogTechnology` CatalogTechnology, required
    - `category` string
    - `color` 'blue' | 'green' | 'yellow' | 'orange' | 'red' | 'beaver' | 'dark-blue' | 'purple' | 'pink' | 'white' | 'grey' | 'black', required
    - `deprecatedAt` string, date-time
    - `description` string — Technical description for the technology, avoid marketing language
    - `docsUrl` string — Documentation or readme url
    - `iconUrlDark` string, nullable, required — Icon that only works on dark backgrounds
    - `iconUrlLight` string, nullable, required — Icon that only works on light backgrounds
    - `name` string, required — Long verbose name
    - `nameShort` string — Short one or two word name to show in places with limited space
    - `provider` 'aws' | 'azure' | 'gcp' | 'microsoft' | 'salesforce' | 'atlassian' | 'apache' | 'supabase' | 'null', nullable, required
    - `rejectionMessage` string — If rejected, detail description of why
    - `rejectionReason` 'duplicate' | 'incomplete' | 'invalid' | 'other'
    - `restrictions` CatalogRestriction[], nullable, required — Restriction on which model object or connections this technology can be added to
    - `status` 'approved' | 'pending-review' | 'rejected' | 'null', nullable
    - `type` 'data-storage' | 'deployment' | 'framework-library' | 'gateway' | 'other' | 'language' | 'message-broker' | 'network' | 'protocol' | 'runtime' | 'service-tool' | 'null', nullable, required
    - `updatesUrl` string — Release notes or changelog url
    - `websiteUrl` string — Landing page website url
    - `awsXmlSelector` string
    - `azureUpdatesKeyword` string
    - `createdAt` string, date-time, required
    - `createdBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `createdById` string, required
    - `defaultSlug` string — URL path name for the technology, used by stackfeed
    - `deletedAt` string, date-time
    - `deletedBy` 'user' | 'api-key' | 'notification-key' | 'service'
    - `deletedById` string
    - `disabled` boolean, required — Whether the technology is disabled and not visible to users, defaults to false
    - `iconUrl` string, nullable, required — Use either iconUrlDark or iconUrlLight
    - `id` string, required
    - `organizationId` string, nullable, required — Organization that owns this technology, or null if its publicly accessible
    - `slugs` string[] — Current and historical url path names used for the technology, used by stackfeed
    - `updatedAt` string, date-time, required
    - `updatedBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `updatedById` string, required
    - `updatesXmlUrl` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Resource Exhausted
- `500` — Internal Server
- `503` — Service Unavailable

## Changes

- **2026-08-19** `27e82759be89` — 1 info
  - the `disabled` response's property default value `false` was removed for the status `200`
- **2026-07-22** `0fe4f00b60cf` — 1 info
  - added the non-success response with the status `429`
- **2026-06-03** `181c90adca5e` — 1 breaking, 11 warning, 5 info
  - the response property `catalogTechnology/status` became nullable for the status `200`
  - the `category` request property's maxLength was set to `1000`
  - the `description` request property's maxLength was set to `10000`
  - the `docsUrl` request property's maxLength was set to `2048`
  - …13 more

[Change history](https://skmtc.dev/icepanel/apis/icepanel-api/changes/organizations/:organizationId/technologies/:catalogTechnologyId/patch.md)

---

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