メインコンテンツへスキップ
PATCH
/
datasets
/
{id}
cURL
curl --request PATCH \
  --url https://api.cartesia.ai/datasets/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Cartesia-Version: <cartesia-version>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'

承認

Authorization
string
header
必須

Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.

ヘッダー

Cartesia-Version
enum<string>
必須

API version header.

利用可能なオプション:
2026-03-01
:

"2026-03-01"

パスパラメータ

id
string
必須

ID of the dataset to update

ボディ

application/json

Request to update an existing dataset

name
string
必須

New name for the dataset

description
string
必須

New description for the dataset

レスポンス

204 - undefined