Restores the user’s participation in the policy after disconnection

PUT /policies/{policyId}/reconnect

Restores the user’s participation in the policy after disconnection

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

policyID

string

Policy ID

Response

description: Successful operation.
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/PolicyDTO'

Last updated

Was this helpful?