feat(api): получение host по id
This commit is contained in:
@@ -99,6 +99,9 @@ namespace PARR.API.Contracts.V1
|
||||
public static class Host
|
||||
{
|
||||
public const string GetAll = Base + "/hosts/";
|
||||
public const string Get = Base + "/hosts/" + getParam;
|
||||
|
||||
public const string getParam = "{id}";
|
||||
}
|
||||
|
||||
public static class RobotHistoryLevel
|
||||
|
||||
Reference in New Issue
Block a user