feat(api, nextRun): при изменении расписания в jobGroup, отправляется запрос на обновление nextRun в связанных шаблонах.
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user