Add missing include_subprojects property to schema

[OP#42277](https://community.openproject.org/wp/42277)
pull/10652/head
Oliver Günther 3 years ago
parent e6934aa6d5
commit 45ea07d588
  1. 6
      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,

Loading…
Cancel
Save