mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 03:56:42 +00:00
The repair API use to have an undocumented parameter list similiar to origin. This patch changes the way repair is getting its parameters. Instead of a one undocumented string it now lists all the different optional parameters in the swagger file and accept them explicitely. Reviewed-by: Nadav Har'El <nyh@scylladb.com> Signed-off-by: Amnon Heiman <amnon@scylladb.com>