diff --git a/platform/paths/infrastructure/virtual-providers/isos/iso.yml b/platform/paths/infrastructure/virtual-providers/isos/iso.yml index ab5b1b38..93ae749b 100644 --- a/platform/paths/infrastructure/virtual-providers/isos/iso.yml +++ b/platform/paths/infrastructure/virtual-providers/isos/iso.yml @@ -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: diff --git a/platform/paths/infrastructure/virtual-providers/isos/isos.yml b/platform/paths/infrastructure/virtual-providers/isos/isos.yml index cf62e90c..a7b361ac 100644 --- a/platform/paths/infrastructure/virtual-providers/isos/isos.yml +++ b/platform/paths/infrastructure/virtual-providers/isos/isos.yml @@ -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: