Skip to content

Commit 5ef8916

Browse files
docs(governance): add @default tag to fullOrganization
Document the default value (false — tenant-scoped) with a @default tag so it renders as a Default Value entry on the GovernanceFilterOptions docs page. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9f24c99 commit 5ef8916

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/models/governance/governance.types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ export interface GovernanceFilterOptions {
8181
* - `false` → tenant-scoped (explicit, same result)
8282
* - `true` → org-wide across all tenants; requires an organization admin,
8383
* otherwise the request returns 403
84+
*
85+
* @default false
8486
*/
8587
fullOrganization?: boolean;
8688
}

0 commit comments

Comments
 (0)