Set Client Portal Enabled
Enable or disable the client portal for a specific project.
Endpoint
POST /projects/{project_uuid}/client-portal/enabled
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| enabled | boolean | Set to 1 to enable or 0 to disable the client portal for the project | Yes |
Response
A successful response will return a 200 OK status code and a success message.
{
"message": "Client portal status updated successfully.",
"enabled": true
}