Implemented post patch and put call body to be able to parse from model
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
@@ -26,6 +26,7 @@ namespace Nodify.Calculator.Models
|
||||
// API node properties
|
||||
public string OPType { get; set; } = string.Empty;
|
||||
public string ResponseModelClassName { get; set; } = string.Empty;
|
||||
public string RequestBodyModelClassName { get; set; } = string.Empty;
|
||||
|
||||
// System node properties
|
||||
public string SystemOp { get; set; } = string.Empty;
|
||||
|
||||
@@ -10,6 +10,7 @@ namespace Nodify.Calculator.Models
|
||||
public List<string> InputNames { get; set; } = new List<string>();
|
||||
public string SwaggerFileName { get; set; } = string.Empty;
|
||||
public string ResponseModelClassName { get; set; } = string.Empty;
|
||||
public string RequestBodyModelClassName { get; set; } = string.Empty;
|
||||
public string SwaggerGroup { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user