Rename Cloned Integration
Content
Hi,
How to change the endpoints name in the Cloned Integrations?
I tried to reuse the update connection as per the link. I got 400 bad request.
https://blogs.oracle.com/integration/little-known-way-to-change-connections-in-an-integration
My Request:
{
"endPoints": [
{
"name": "getSetId",
"role": "SOURCE"
},
{
"name": "getSetIdBIP",
"role": "TARGET"
}
]
}
Tagged:
2