Set Documents Portal Visibility
Shows or hides the given documents in the client portal. Documents already in the requested state are unaffected, and a document pending client approval cannot be hidden. Visibility is metadata only — the file in external storage is not moved or changed.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
Request Body*
{
"documentCodes": [
"string"
],
"visible": false
}
Responses
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found