feat(api, nextRun): при изменении расписания в jobGroup, отправляется запрос на обновление nextRun в связанных шаблонах.

This commit is contained in:
Mikhail Trubnikov
2026-02-27 16:37:52 +10:00
parent 10bf68709b
commit a4f8e9eccc
9 changed files with 162 additions and 32 deletions

View File

@@ -407,6 +407,13 @@
public const string getParam = "{id}";
}
public static class JobGroupUpdateNextRun
{
public const string UpdateNextRun = Base + "/job-groups/" + getParam + "/update-next-run";
public const string getParam = "{jobGroupId}";
}
public static class JobGroupType
{
public const string GetAll = Base + "/job-group-types/";