Creating link between policies

Requests Multi policy config

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.

Path Parameters

NameTypeDescription

policyId*

String

Policy ID

Request Body

NameTypeDescription

id*

String

mainPolicyTopicId

id*

String

synchronizationTopicId

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/MultiPolicyConfig'
}

Last updated