Bridge two calls

PUT https://api.opentact.org/rest/call/sca/UUID/bridge/UUID

Create a Bridge two calls

parameter

NameTypeDescriptionRequired

UUID1*

String

User should enter the UUID for First sca

UUID2*

String

User should enter the UUID for Second sca

Header

NameTypeDescriptionRequired

Authorization*

String

JWT_Token

Content-Type

String

application/json

Responses

{
  "success": true,
  "payload": "string"
}

Last updated