Zum Hauptinhalt springen
PUT
/
data-studio
/
data-source
/
2026-09-beta
/
{datasourceId}
Datenquelle aktualisieren
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>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.de/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

datasourceId
integer<int64>
erforderlich

Die ID der Datenquelle.

Body

multipart/form-data
file
file
request
string

Antwort

successful operation

datasourceId
integer<int64>
erforderlich

Die eindeutige ID für die Datenquelle. Es handelt sich um eine Ganzzahl im int64-Format.

datasourceName
string
erforderlich

Der Name der Datenquelle. Dies ist eine Zeichenfolge.

Eine URL-Zeichenfolge, die einen Vorschau-Link für die Datenquelle bereitstellt.

Last modified on April 13, 2026