Fix missing scroll_id in events.get_scalar_metric_data

This commit is contained in:
allegroai 2023-11-17 09:43:11 +02:00
parent 8678fbc995
commit cb71ef8e47

View File

@ -1470,6 +1470,10 @@ get_scalar_metric_data {
type: string type: string
description: type of metric description: type of metric
} }
scroll_id {
type: string
description: "Scroll ID of previous call (used for getting more results)"
}
} }
} }
response { response {
@ -1492,7 +1496,7 @@ get_scalar_metric_data {
} }
scroll_id { scroll_id {
type: string type: string
description: "Scroll ID of previous call (used for getting more results)" description: "Scroll ID for getting more results"
} }
} }
} }