mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 13:33:42 +00:00
Make sure that APIs that aggregate task/model data from projects can be called for the root project
This commit is contained in:
parent
801e536c5e
commit
5799baae45
@ -46,7 +46,7 @@ class ProjectTagsRequest(TagsRequest):
|
|||||||
|
|
||||||
|
|
||||||
class MultiProjectRequest(models.Base):
|
class MultiProjectRequest(models.Base):
|
||||||
projects = fields.ListField(str)
|
projects = fields.ListField(items_types=[str, type(None)])
|
||||||
include_subprojects = fields.BoolField(default=True)
|
include_subprojects = fields.BoolField(default=True)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user