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'description: Unauthorized.description: Forbidden.description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Was this helpful?