Skip to main content
 print this page

Update a datasource entity

PUT 

/datasources/:datasource_id/entities/:entity_id

Updates an entity. Requires at least edit permission on the path datasource (else AUTH-1012). Shared entities use a UUID entity_id and must belong to the path datasource. Non-UUID entity_id updates a JDBC Bulkload dedicated DMS instance and requires EntityConfig.DataflowId. Advanced dedicated entity_id equal to datasource_id cannot be edited (GE-1034). Not idempotent.

Request

Responses

Update accepted. Typical Message: "Successfully triggered entity updation and is running in background" (async). Advanced metadata-only updates may return "Successfully updated entity".

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers