mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
* IDNWAIMEA-10164: add API docs for sod-violation-report endpoints * IDNWAIMEA-10164: add descriptions and examples' by github action: 4984341099
12 lines
293 B
YAML
12 lines
293 B
YAML
type: object
|
|
properties:
|
|
filteredPolicyList:
|
|
type: array
|
|
description: Multi-policy report will be run for this list of ids
|
|
items:
|
|
type: string
|
|
example: [
|
|
"b868cd40-ffa4-4337-9c07-1a51846cfa94",
|
|
"63a07a7b-39a4-48aa-956d-50c827deba2a"
|
|
]
|