Visibility
Visibility
PUT /api/v1/{resource_type}/{id}/visibility
Update Resource Visibility
updateResourceVisibility updates the visibility of a model, dataset, workflow, or graph
Parameters
| Name | In | Type | Required |
|---|---|---|---|
resource_type | path | string | true |
id | path | string | true |
Request Body
Type: UpdateVisibilityRequest
Example
curl -X PUT \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{}' \
https://api.seeme.ai/api/v1/{resource_type}/{id}/visibility