Add missing last_update field to models.get_all APIs

This commit is contained in:
allegroai 2022-09-29 19:14:13 +03:00
parent efd56e085e
commit 9c118d14e0

View File

@ -320,6 +320,14 @@ get_all {
type: array
items { type: string }
}
last_update {
description: "List of last_update constraint strings (utcformat, epoch) with an optional prefix modifier (>, >=, <, <=)"
type: array
items {
type: string
pattern: "^(>=|>|<=|<)?.*$"
}
}
_all_ {
description: "Multi-field pattern condition (all fields match pattern)"
"$ref": "#/definitions/multi_field_pattern_data"