/
DI
diabatix
/
Case API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2mo ago · Updated 2mo ago
Details
Filter operations
ApiHealth
1
AuditLog
3
Boundary
4
post
Create boundary
get
Get boundary
put
Update boundary
delete
Delete boundary
Case
15
CaseNote
6
CaseResults
3
CaseValidation
3
DataOverview
1
Estimation
2
Interface
5
Job
5
LibraryItem
7
Region
4
SubmissionQueue
4
SubRegion
4
Target
4
Boundary
Create boundary
Creates a new boundary based on the information provided
post
/boundaries
Request body
CreateBoundaryModel
required
name
string
required
regionId
integer
required
caseId
integer
required
Response
Success
BoundaryBaseDto
required
id
integer
caseId
integer
name
string
nullable
fileMetadataId
integer
nullable
stl
string
nullable
Changes