Skip to content

Commit 5c04b90

Browse files
author
Gergő Papp-Szentannai
committed
Document GET /niauth/v1/policy-templates builtIn param
1 parent d3925ca commit 5c04b90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

auth/niauth.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ paths:
299299
name: type
300300
description: Filters the policy-templates by type. Can be a comma-separated list of types.
301301
type: string
302+
- in: query
303+
name: builtIn
304+
description: Filters the policy-templates by the builtIn flag.
305+
type: boolean
302306
- in: query
303307
name: id
304308
description: Filters the policy-templates by id. Can be a comma-separated list of ids.
@@ -446,6 +450,9 @@ definitions:
446450
type:
447451
type: string
448452
description: The type of the policy template
453+
builtIn:
454+
type: boolean
455+
description: Whether the policy template is built-in
449456
userId:
450457
type: string
451458
description: The user id

0 commit comments

Comments
 (0)