/
CL
clinicos
/
PawthosX.Business.API | v1
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
clinicos
PawthosX.Business.API | v1
put
Update an existing case
v2
latest
OpenAPI 3.1.1
2026-08-07
854
993
2.4 MB
Cases
Update an existing case
put
/Cases/{id}
Path parameters
id
string
required
Request body
UpdateCaseRequest
required
Request to update an existing case
diagnosisType
string
nullable
status
integer
notes
string
nullable
planData
string
nullable
endDate
string
date-time
nullable
Response
OK
CaseResponseDto
required
Response DTO for case
id
string
patientId
string
clientId
string
diagnosisType
string
status
integer
startDate
string
date-time
endDate
string
date-time
nullable
notes
string
nullable
planData
string
nullable
createdAt
string
date-time
updatedAt
string
date-time
milestones
CaseMilestoneResponseDto[]