---
title: "PUT /projects/{projectName}/placements/{placementName}"
method: PUT
path: "/projects/{projectName}/placements/{placementName}"
---

# PUT /projects/{projectName}/placements/{placementName}

`PUT /projects/{projectName}/placements/{placementName}`

Updates a placement with the given attributes. To clear an attribute, pass an empty value (i.e., "").

## Path parameters

- `placementName` string, required
- `projectName` string, required

## Request body

- object
  - `attributes` object — The user-defined object of attributes used to update the placement. The maximum number of key/value pairs is 50.

## Response `200`

Success

- UpdatePlacementResponse

## Other responses

- `480` — InternalFailureException
- `481` — InvalidRequestException
- `482` — ResourceNotFoundException
- `483` — TooManyRequestsException

---

[API](https://skmtc.net/aws/apis/iot1click-projects.md) · [All operations](https://skmtc.net/aws/apis/iot1click-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iot1click-projects/versions/f5b97d63ce77/schema)
