Update an existing data source.
Updates a data source by ID. Validates label uniqueness and prevents circular parent references (a source cannot be its own parent or have a descendant as parent).
Parameters
Header Parameters
[Authentication] Required API key, in the form {prefix}.{secret}.
"a1b2c3d4.xK9pR2mVn6QwErTyUiOpAsDfGhJkLzXcVbNmQwErTyU""^[a-zA-Z0-9]{8}\\.[A-Za-z0-9_-]+$"Path Parameters
Data source ID to update.
Request Body
Responses
Data source updated successfully.
Update an existing data source. Updates a data source by ID. Validates label uniqueness and prevents circular parent references (a source cannot be its own parent or have a descendant as parent). PUT /v1/data-sources/{id} replaceDataSource Data Sources spm-api-key [Authentication] Required API key, in the form {prefix}.{secret}. id Data source ID to update. Data source updated successfully. Duplicate label, self-parent, or circular reference. Data source not found. Client error - Invalid request or authentication issues Server error - Internal processing failure