diff --git a/lib/api/v3/queries/schemas/query_schema_representer.rb b/lib/api/v3/queries/schemas/query_schema_representer.rb index 1849f0fbb5..06fab3f944 100644 --- a/lib/api/v3/queries/schemas/query_schema_representer.rb +++ b/lib/api/v3/queries/schemas/query_schema_representer.rb @@ -162,6 +162,12 @@ module API writable: true, has_default: true + schema :include_subprojects, + type: 'Boolean', + required: true, + writable: true, + has_default: true + schema_with_allowed_collection :columns, type: '[]QueryColumn', required: false,