---
title: "PUT /requests/{id}"
method: PUT
path: "/requests/{id}"
tags: ["Assets"]
---

# PUT /requests/{id}

`PUT /requests/{id}`

Updates parameters on the request, only value, structured_value or value_error can
be modified

## Path parameters

- `id` string, required

## Request body

- object
  - `asset` object
    - `params` object[]
      - `id` string
      - `name` string
      - `type` string
      - `description` string
      - `value` string
      - `value_error` string
      - `structured_value` union
        - object
          - `address_line1` string, required
          - `address_line2` string
          - `city` string, required
          - `state` string, required
          - `postal_code` string, required
          - `country` string, required
        - object
          - `country_code` string, required
          - `area_code` string, required
          - `phone_number` string, required
          - `extension` string, required
      - `structured_error` object
        - `message` object
          - `id` string
          - `external_id` string
          - `value` string
        - `context` object
      - `value_choices` string[]
      - `title` string

## Response `200`

- unknown

## 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)
