This commit is contained in:
@@ -8,7 +8,7 @@ using System.Collections.Concurrent;
|
||||
namespace raven_integration
|
||||
{
|
||||
|
||||
public class JobOperations
|
||||
public class ServerJob
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
@@ -30,7 +30,7 @@ namespace raven_integration
|
||||
String jobId = a.ObjectResponse["jobId"].Value<String>();
|
||||
|
||||
//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);
|
||||
|
||||
Reference in New Issue
Block a user