---
title: "PATCH /v1/sdks/{uid}"
method: PATCH
path: "/v1/sdks/{uid}"
tags: ["sdks"]
---

# PATCH /v1/sdks/{uid}

`PATCH /v1/sdks/{uid}`

Update an SDK by UID

## Path parameters

- `uid` string, required

## Request body

- object
  - `title` string
  - `config` string
  - `baseConfig` string
  - `namespace` string
  - `isPrivate` boolean
  - `description` string
  - `currentVersion` string
  - `slug` string
  - `apiUid` string
  - `apiVersion` string
  - `configSource` 'project'

## Response `200`

Default Response

- unknown

## Other responses

- `400` — Bad request
- `401` — No auth
- `403` — Forbidden
- `404` — Not found
- `422` — Invalid payload
- `500` — Uncaught error

## Changes

> 15 revisions in range; 12 could not be searched.

- **2026-07-26** `8586b0646aa3` — 3 info
  - added the new optional request property `apiVersion`
  - added the new optional request property `baseConfig`
  - added the new optional request property `configSource`

[Change history](https://skmtc.dev/scalar/apis/core/changes/v1/sdks/:uid/patch.md)

---

[API](https://skmtc.dev/scalar/apis/core.md) · [All operations](https://skmtc.dev/scalar/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scalar/core/revisions/3095882242e8/schema)
