Update database connection to a project (Oracle environments only)
Available in versions: 2021 R2 and later
Description
For Oracle environments only: Updates the connection to the database for a specific project.
URL
/Admin/rest/v1/projects/changeprojectdbconnectionRemarks
This API should be authorized for the Application, Tenant, and Site Admin permission levels.
HTTP method
POST: Updates the connection to the Oracle database for a project.
Request
Headers:
One of the following:
Content-Type: application/xml
Content-Type: application/json
Cookies:
ADM_LWSSO={AdmLwssoCookie};
Request body:
An XML or JSON describing the project and other optional details.
The fields in the request are:
| Element | Description |
|---|---|
| SchemaCredentialsDetails |
|
Request examples:
<SchemaCredentialsDetails>
<ProjectId>1038</ProjectId>
<Password>MyCustomPassword</Password>
</SchemaCredentialsDetails>Response
Headers:
One of:
Accept: application/xml
Accept: application/json
Cookies:
None
HTML Return Code:
One of the HTTP return codes.
HTML body:
Returns data on the database connection.
Response examples:
See also:

