mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 05:27:23 +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):
|
||||
projects = fields.ListField(str)
|
||||
projects = fields.ListField(items_types=[str, type(None)])
|
||||
include_subprojects = fields.BoolField(default=True)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user