Add support for hidden internal queues

This commit is contained in:
allegroai
2022-09-29 19:20:24 +03:00
parent b986980c75
commit 8d4c02fc3c
6 changed files with 79 additions and 9 deletions

View File

@@ -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" {