From b725d386a72e5a1e85a3a23307493bb423903b58 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 13 Apr 2020 22:50:36 +0000 Subject: [PATCH] --- {JobOperations => ServerJob}/JobOperations.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {JobOperations => ServerJob}/JobOperations.cs (88%) diff --git a/JobOperations/JobOperations.cs b/ServerJob/JobOperations.cs similarity index 88% rename from JobOperations/JobOperations.cs rename to ServerJob/JobOperations.cs index 42bda16..5f9bfe8 100644 --- a/JobOperations/JobOperations.cs +++ b/ServerJob/JobOperations.cs @@ -8,7 +8,7 @@ using System.Collections.Concurrent; namespace raven_integration { - public class JobOperations + public class ServerJob { /// @@ -30,7 +30,7 @@ namespace raven_integration String jobId = a.ObjectResponse["jobId"].Value(); //Get a list of operations - a = await Util.GetAsync("JobOperations", await Util.GetTokenAsync("OpsAdminFull")); + a = await Util.GetAsync("ServerJob", await Util.GetTokenAsync("OpsAdminFull")); Util.ValidateDataReturnResponseOk(a); Util.ValidateHTTPStatusCode(a, 200);