Set Client Portal Visibility for Task
Set the visibility of the client portal for a specific task within a project.
Endpoint
POST /projects/{project_uuid}/tasks/{task_uuid}/client-portal/set-visibility
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| visibility | string | The visibility setting for the task (not_visible, read_only or read_write) | Yes |
Response
A successful response will return a 201 Created status code and a success message.
{
"message": "Task client portal visibility updated successfully.",
"visibility": "read_only"
}