Updates the handler metadata associated with the provided handler ID. This endpoint does not perform partial updates, but will allow the dictionary to be omitted. In this case it uses the current dictionary.
Required: The global GOVERNANCE permission or be the data source owner
Query parameters
Attribute
Description
Required
handlerId
integer The specific handler ID.
Yes
skipCache
boolean If true the handler cache will be skipped when retrieving the handler data.
No
Response parameters
Attribute
Description
dataSourceId
integer The data source ID.
body
array[object] Details regarding the handler, including schema, name format, and data source metadata.
Request example
The following request updates the handler metadata (saved in example_payload.json) associated with the provided handler ID.
Request payload example
Response example
Update multiple data sources
PUT/asa/bulk
Updates the data source metadata associated with the provided connection string.
Required: The global GOVERNANCE permission or be the data source owner
Query parameters
Attribute
Description
Required
body
array[object] This payload includes data source metadata and specifies the connection string.
Yes
Response parameters
Attribute
Description
bulkId
integer The bulk handler metadata ID.
connectionString
string The specified connection string.
jobsCreated
integer Number of jobs created.
Request example
The following request updates the handler metadata for the handler ID specified in example_payload.json.