---
title: "Update Registry"
method: PATCH
path: "/v1/registries/{registry_id}"
tags: ["v1", "protected", "registries"]
---

# Update Registry

`PATCH /v1/registries/{registry_id}`

## Path parameters

- `registry_id` string, uuid, required

## Request body

- RegistryUpdate
  - `description` string, nullable
  - `is_active` boolean, nullable
  - `name` string, nullable
  - `source_url` string, nullable
  - `sync_mode` string, nullable

## Response `200`

Successful Response

- RegistryResponse
  - `created_at` string, required
  - `description` string, nullable, required
  - `id` string, uuid, required
  - `is_active` boolean, required
  - `item_count` integer, required
  - `last_sync_error` string, nullable, required
  - `last_synced_at` string, nullable, required
  - `name` string, required
  - `registry_type` string, required
  - `source_type` string, required
  - `source_url` string, required
  - `sync_mode` string, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

---

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