Update Data Source

Update the name for a given data source ID

Endpoint

PUT /api/v1/providers/datasources/{id}

Description

Update the name for a given data source ID. This endpoint allows you to modify the display name of an existing data source.

API Reference

put
Authorizations
AuthorizationstringRequired

Veza API key for authentication. Generate keys in Administration > API Keys.

Path parameters
idstringRequired
Body
idstringOptional
namestringOptional
Responses
chevron-right
200

OK

application/json
put
/api/v1/providers/datasources/{id}

Path Parameters

Parameter
Type
Required?
Description

id

string

Required

The data source ID

Request Body

Field
Type
Required?
Description

name

string

Optional

New name for the data source

Request Examples

Response Examples

Standard Response:

Last updated

Was this helpful?