Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions platform/paths/infrastructure/virtual-providers/isos/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,21 @@ get:
type: string
enum:
- integrations
- name: meta
in: query
required: false
description: |
A comma separated list of meta values. Meta values will show up under a resource's
`meta` field. In the case of applying a meta to a collection of resources, each
resource will have it's own relevant meta data. In some rare cases, meta may not
apply to individual resources, and may appear in the root document. These will be
clearly labeled.
schema:
type: array
items:
type: string
enum:
- servers
summary: Get ISO
description: Requires the `servers-manage` capability.
responses:
Expand Down
15 changes: 15 additions & 0 deletions platform/paths/infrastructure/virtual-providers/isos/isos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,21 @@ get:
type: string
enum:
- integrations
- name: meta
in: query
required: false
description: |
A comma separated list of meta values. Meta values will show up under a resource's
`meta` field. In the case of applying a meta to a collection of resources, each
resource will have it's own relevant meta data. In some rare cases, meta may not
apply to individual resources, and may appear in the root document. These will be
clearly labeled.
schema:
type: array
items:
type: string
enum:
- servers
- $ref: ../../../../../components/parameters/PageParam.yml
- $ref: ../../../../../components/parameters/SortParam.yml
responses:
Expand Down