---
title: "Update configuration"
method: PUT
path: "/catalogs/{catalog_id}/configuration"
tags: ["catalogs"]
---

# Update configuration

`PUT /catalogs/{catalog_id}/configuration`

## Path parameters

- `catalog_id` string, required

## Request body

- UpdateCatalogConfigurationRequestBody
  - `custom_plan_cta_text` string, nullable
  - `custom_plan_cta_url` string, nullable
  - `custom_plan_price_text` string, nullable
  - `custom_plans_visible` boolean, nullable
  - `ordered_add_ons` CatalogConfigOrderedPlan[], nullable
    - `entitlements` CatalogConfigOrderedEntitlement[], nullable
      - `feature_id` string, required
      - `visible` boolean, nullable
    - `plan_id` string, required
  - `ordered_bundles` CatalogConfigOrderedBundle[], nullable
    - `bundle_id` string, required
  - `ordered_plans` CatalogConfigOrderedPlan[], nullable
    - `entitlements` CatalogConfigOrderedEntitlement[], nullable
      - `feature_id` string, required
      - `visible` boolean, nullable
    - `plan_id` string, required
  - `pricing_model` string, nullable
  - `pricing_url` string, nullable

## Response `200`

OK

- object
  - `data` CatalogResponseData, required
    - `account_id` string, required
    - `created_at` string, date-time, required
    - `custom_plan_cta_text` string, nullable
    - `custom_plan_cta_url` string, nullable
    - `custom_plan_price_text` string, nullable
    - `custom_plans_visible` boolean, required
    - `description` string, nullable
    - `id` string, required
    - `is_default` boolean, required
    - `name` string, required
    - `pricing_model` string, nullable
    - `pricing_url` string, nullable
    - `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/versions/873fb318b08a/schema)
