API Docs / Operations / Client - Documents / Set Documents Portal Visibility

Set Documents Portal Visibility

PATCH /tenants/{tenant}/clients/{client}/clientdocument/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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "documentCodes": [
    "string"
  ],
  "visible": false
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found