---
title: "PUT /tier/config-requests/{id}"
method: PUT
path: "/tier/config-requests/{id}"
tags: ["Settings"]
---

# PUT /tier/config-requests/{id}

`PUT /tier/config-requests/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `search` string

## Request body

- DpTierConfigRequestCreate
  - `configuration` DpTierConfigurationCreate, required
    - `id` string, required
  - `status` 'tiers_setup' | 'pending' | 'inquiring' | 'approved' | 'failed' | 'draft'
  - `params` DpParameterWrite[]
    - `id` string, required
    - `value` string, nullable
    - `structured_value` object, nullable
    - `value_error` string, nullable
    - `structured_error` object, nullable
    - `constraints` DpParamPresentationCreateReference
      - `hidden` boolean
      - `readonly` boolean
      - `required` boolean
      - `meta` DpParamChoicesCreateReference
        - `choices` DpParamChoice[]
          - `label` string, required
          - `value` string, required
          - `default` boolean
      - `choices` DpParamChoice[]
        - `label` string, required
        - `value` string, required
        - `default` boolean
  - `type` 'setup' | 'update' | 'adjustment'
  - `notes` string, nullable

## Response `200`

- DpTierConfigRequestCreate
  - `configuration` DpTierConfigurationCreate, required
    - `id` string, required
  - `status` 'tiers_setup' | 'pending' | 'inquiring' | 'approved' | 'failed' | 'draft'
  - `params` DpParameterWrite[]
    - `id` string, required
    - `value` string, nullable
    - `structured_value` object, nullable
    - `value_error` string, nullable
    - `structured_error` object, nullable
    - `constraints` DpParamPresentationCreateReference
      - `hidden` boolean
      - `readonly` boolean
      - `required` boolean
      - `meta` DpParamChoicesCreateReference
        - `choices` DpParamChoice[]
          - `label` string, required
          - `value` string, required
          - `default` boolean
      - `choices` DpParamChoice[]
        - `label` string, required
        - `value` string, required
        - `default` boolean
  - `type` 'setup' | 'update' | 'adjustment'
  - `notes` string, nullable

## Other responses

- `400`

---

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