---
title: "Update Lyro QA data source"
method: PUT
path: "/lyro/data-sources/qa/{id}"
tags: ["Lyro"]
---

# Update Lyro QA data source

`PUT /lyro/data-sources/qa/{id}`

This API endpoint allows you to update an existing QA data source for the Lyro AI Agent.
Data sources provide knowledge that Lyro uses to answer customer questions.

You must provide the ID of the data source you want to update in the URL.

## Path parameters

- `id` string, uuid, required

## Response `200`

Entity was created and their id is returned

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/tidio/apis/tidio-openapi.md) · [All operations](https://skmtc.dev/tidio/apis/tidio-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tidio/tidio-openapi/revisions/60b2d5edc91f/schema)
