Skip to content

Commit 02f1314

Browse files
author
Gergő Papp-Szentannai
authored
Merge pull request #83 from gergo-papp/document-niauth-builtin
Document GET /niauth/v1/policy-templates builtIn param
2 parents f2c4f70 + fd89172 commit 02f1314

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

auth/niauth.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ paths:
179179
name: type
180180
description: Filters the policies by type. Can be a comma-separated list of types.
181181
type: string
182+
- in: query
183+
name: builtIn
184+
description: Filters the policies by the builtIn flag.
185+
type: boolean
182186
- in: query
183187
name: id
184188
description: Filters the policies by id. Can be a comma-separated list of ids.
@@ -299,6 +303,10 @@ paths:
299303
name: type
300304
description: Filters the policy-templates by type. Can be a comma-separated list of types.
301305
type: string
306+
- in: query
307+
name: builtIn
308+
description: Filters the policy-templates by the builtIn flag.
309+
type: boolean
302310
- in: query
303311
name: id
304312
description: Filters the policy-templates by id. Can be a comma-separated list of ids.
@@ -446,6 +454,9 @@ definitions:
446454
type:
447455
type: string
448456
description: The type of the policy template
457+
builtIn:
458+
type: boolean
459+
description: Whether the policy template is built-in
449460
userId:
450461
type: string
451462
description: The user id
@@ -509,6 +520,9 @@ definitions:
509520
type:
510521
type: string
511522
description: The type of the policy
523+
builtIn:
524+
type: boolean
525+
description: Whether the policy is built-in
512526
userId:
513527
type: string
514528
description: The user id

0 commit comments

Comments
 (0)