---
title: "Update a Data App Provider"
method: PUT
path: "/v1/dataapps/providers/{id}"
tags: ["Data App Providers"]
---

# Update a Data App Provider

`PUT /v1/dataapps/providers/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `type` string — The type of provider. Must be a selection from provider templates.
  - `name` string — The unique name of this provider
  - `orgId` string — Organization ID
  - `iconUrl` string — The URL to the icon image
  - `secrets` object[] — The secrets to associate with this provider
    - `name` string
    - `value` string
    - `isExistingSecret` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `503` — Service Unavailable

---

[API](https://skmtc.net/tetrascience/apis/tetra-data-lake.md) · [All operations](https://skmtc.net/tetrascience/apis/tetra-data-lake/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetrascience/tetra-data-lake/versions/0205e2bace53/schema)
