feat(api): SyncTaskController, обновлен метод для отправки задания в matcher. Теперь метод универсальный.
This commit is contained in:
@@ -492,12 +492,16 @@
|
||||
#endregion
|
||||
|
||||
#region SyncTask
|
||||
|
||||
public static class SyncTask
|
||||
{
|
||||
public const string MatchTemplatesForJob = Base + "/sync-tasks/jobs/{jobId}/match-templates";
|
||||
public const string MatchTemplatesForJobGroup = Base + "/sync-tasks/job-groups/{jobGroupId}/match-templates";
|
||||
public const string MatchTemplatesForTemplate = Base + "/sync-tasks/templates/{templateId}/match-templates";
|
||||
public const string MatchTemplates = Base + "/sync-tasks/match-templates";
|
||||
|
||||
//public const string MatchTemplatesForJob = Base + "/sync-tasks/jobs/{jobId}/match-templates";
|
||||
//public const string MatchTemplatesForJobGroup = Base + "/sync-tasks/job-groups/{jobGroupId}/match-templates";
|
||||
//public const string MatchTemplatesForTemplate = Base + "/sync-tasks/templates/{templateId}/match-templates";
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user