Skip to content

Commit afbf3f1

Browse files
add uri to generateQuery
1 parent 5b4276e commit afbf3f1

File tree

1 file changed

+1
-1
lines changed
  • extensions/cli-ext-root-openapi-generator

1 file changed

+1
-1
lines changed

extensions/cli-ext-root-openapi-generator/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ const generateQuery = (path, operation) => {
244244
}
245245

246246
if (props) {
247-
for (const name of ['id', 'name', 'state', 'flavour', 'content', 'enabled', 'size']) {
247+
for (const name of ['id', 'name', 'state', 'flavour', 'content', 'enabled', 'size', 'uri']) {
248248
if (props[name]) {
249249
col.push(`${name}:${name}`);
250250
}

0 commit comments

Comments
 (0)