diff --git a/extensions/cli-ext-root-openapi-generator/request.js b/extensions/cli-ext-root-openapi-generator/request.js index 54cee39a3..6867ebe5b 100644 --- a/extensions/cli-ext-root-openapi-generator/request.js +++ b/extensions/cli-ext-root-openapi-generator/request.js @@ -244,7 +244,7 @@ const generateQuery = (path, operation) => { } if (props) { - for (const name of ['id', 'name', 'state', 'flavour', 'content', 'enabled', 'size']) { + for (const name of ['id', 'name', 'state', 'flavour', 'content', 'enabled', 'size', 'uri']) { if (props[name]) { col.push(`${name}:${name}`); }