Saltar al contenido principal
PUT
/
data-studio
/
data-source
/
2026-09-beta
/
{datasourceId}
Actualizar fuente de datos
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.es/docs/llms.txt

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

Supported products

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

datasourceId
integer<int64>
requerido

El ID de la fuente de datos.

Cuerpo

multipart/form-data
file
file
request
string

Respuesta

successful operation

datasourceId
integer<int64>
requerido

El identificador único de la fuente de datos, que es un número entero con formato int64.

datasourceName
string
requerido

El nombre de la fuente de datos. Es una cadena.

Una cadena de URL que proporciona un enlace de vista previa para la fuente de datos.

Last modified on April 13, 2026