---
title: "Create or update registry entries"
method: POST
path: "/registry"
tags: ["Admin"]
---

# Create or update registry entries

`POST /registry`

Administrative endpoint for manually creating or updating registry entries.
This endpoint fetches entity data from Catalyst and asset bundle status from
the CDN to populate the registry.

Use this endpoint to manually trigger registry updates for specific entities
that may have been missed by the event-driven pipeline.

## Request body

- object
  - `entityIds` string[], required — List of entity IDs (CIDs) to add or update in the registry

## Response `200`

Registry operation result

- object — Result of registry creation/update operation
  - `successes` object[], required — List of successfully processed entities
  - `failures` object[], required — List of entities that failed to process
    - `entityId` string — Entity ID that failed
    - `error` string — Error message describing the failure

## Other responses

- `400` — Bad request - no entity IDs provided
- `401` — Unauthorized - missing or invalid bearer token

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
