Update Application Datasource

put

/applications/{applicationName}/datasources/{datasourceName}

Updates the named application-level datasource. If the update is successful, returns details about the updated datasource. The type and connection are required inputs for all types of datasources. Other required inputs differ based on the type of the datasource.

Request

Path Parameters
Back to Top

Response

200 Response

OK

Datasource was updated successfully.

400 Response

Bad Request

Failed to update the Datasource.

Back to Top