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

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

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

Associates a physical device with a placement.

## Path parameters

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

## Request body

- object
  - `deviceId` string, required — The ID of the physical device to be associated with the given placement in the project. Note that a mandatory 4 character prefix is required for all <code>deviceId</code> values.

## Response `200`

Success

- AssociateDeviceWithPlacementResponse

## Other responses

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

---

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