---
title: "Add a widget configuration"
method: POST
path: "/app/widgets/{widgetKey}/configurations"
tags: ["Widget configurations"]
---

# Add a widget configuration

`POST /app/widgets/{widgetKey}/configurations`

## Path parameters

- `widgetKey` string, required

## Request body

- object
  - `name` string, required — Name of the configuration
  - `projectId` string, required — Id of the project linked to the configuration
  - `dataProviderId` string — Id of the data provider linked to the project id
  - `description` string
  - `configuration` object, required — Key value list with the configuration, specific to the widget

## Response `204`

Widget configuration saved

---

[API](https://skmtc.net/debiai/apis/debiai-application-project-backend-api.md) · [All operations](https://skmtc.net/debiai/apis/debiai-application-project-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debiai/debiai-application-project-backend-api/versions/363a0ec558fc/schema)
