メインコンテンツへスキップ
PUT
/
data-studio
/
data-source
/
2026-09-beta
/
{datasourceId}
データソースを更新
curl --request PUT \
  --url https://api.hubapi.com/data-studio/data-source/2026-09-beta/{datasourceId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form 'request=<string>'
{
  "datasourceId": 123,
  "datasourceName": "<string>",
  "previewLink": "<string>"
}

Supported products

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

datasourceId
integer<int64>
必須

データソースのID。

ボディ

multipart/form-data
file
file
request
string

レスポンス

successful operation

datasourceId
integer<int64>
必須

データソースの一意の識別子です。int64形式の整数です。

datasourceName
string
必須

データソースの名前です。文字列です。

データソースのプレビューリンクを提供するURL文字列。

Last modified on April 13, 2026