latestOpenAPI 3.1.02026-08-1076186318.8 KB
ab648a80ca4d
Internal Connections
Create an internal connection
post/applications/{id}/internal-connections
Path parameters
idstring uuid required
Example:54fb80af-576c-4fdc-ba4f-b596c83f15a1
Request body
Example request
{
"target_type": "dbResource",
"target_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1"
}Response
Internal connection created successfully
Example response
{
"result": "success"
}