latestOpenAPI 3.0.12026-08-16171142480.4 KB
ff1699330afa
Project API
Create a project feature
post/rest/api/v1/projects/{projectId}/features
Path parameters
projectIdstring uuid required
Request body
Example request
{
"setting": {
"maxLotSize": 10,
"minLotSize": 0.01
}
}Response
OK
Example response
{
"setting": {
"maxLotSize": 10,
"minLotSize": 0.01
}
}