---
title: "Bind catalog"
method: PUT
path: "/components/{component_id}/catalog"
tags: ["components"]
---

# Bind catalog

`PUT /components/{component_id}/catalog`

## Path parameters

- `component_id` string, required

## Request body

- BindCatalogRequestBody
  - `catalog_id` string, nullable

## Response `200`

OK

- object
  - `data` ComponentResponseData, required
    - `ast` object
    - `catalog_id` string, nullable
    - `created_at` string, date-time, required
    - `id` string, required
    - `name` string, required
    - `state` 'draft' | 'live', required
    - `type` 'billing' | 'entitlement', required
    - `updated_at` string, date-time, required
  - `params` object, required — Input parameters

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.net/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schematichq/schematic-api/revisions/419cb5147b52/schema)
