---
title: "addConsumer"
method: PUT
path: "/v1/designs/addConsumer/{application}/{designId}"
tags: ["design-builder"]
---

# addConsumer

`PUT /v1/designs/addConsumer/{application}/{designId}`

Add a consumer that uses a specific design

## Path parameters

- `designId` string, required — Id of the design
- `application` string, required

## Request body

- AddConsumerReq
  - `consumer_id` string, required — Id of the design
  - `consumer_name` string, required
  - `should_delete` string

## Response `204`

Success - design updated with success.

## Other responses

- `400` — Validation Errors
- `401` — Authentication Errors
- `404` — No design found
- `500` — Other errors

---

[API](https://skmtc.net/epilot/apis/design-builder-api-v2.md) · [All operations](https://skmtc.net/epilot/apis/design-builder-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/design-builder-api-v2/versions/220aa4fb07e9/schema)
