Creating link between policies
Was this helpful?
POST /policies/{policyId}/multiple
Creates a link between the current policy and the main policy. Or creates a group making the current policy the main one.
policyId*
String
Policy ID
id*
String
mainPolicyTopicId
id*
String
synchronizationTopicId
{
content:
application/json:
schema:
$ref: '#/components/schemas/MultiPolicyConfig'
}{
// Response
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Was this helpful?
Was this helpful?