mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Add support for hidden internal queues
This commit is contained in:
@@ -152,6 +152,13 @@ get_all_ex {
|
||||
type: integer
|
||||
}
|
||||
}
|
||||
"999.0": ${get_all_ex."2.20"} {
|
||||
request.properties.search_hidden {
|
||||
description: "If set to 'true' then hidden queues are included in the search results"
|
||||
type: boolean
|
||||
default: false
|
||||
}
|
||||
}
|
||||
}
|
||||
get_all {
|
||||
"2.4" {
|
||||
@@ -244,6 +251,13 @@ get_all {
|
||||
type: integer
|
||||
}
|
||||
}
|
||||
"999.0": ${get_all."2.20"} {
|
||||
request.properties.search_hidden {
|
||||
description: "If set to 'true' then hidden queues are included in the search results"
|
||||
type: boolean
|
||||
default: false
|
||||
}
|
||||
}
|
||||
}
|
||||
get_default {
|
||||
"2.4" {
|
||||
|
||||
Reference in New Issue
Block a user