update service examination

This commit is contained in:
wayanrivan
2026-04-15 16:09:01 +07:00
parent c660856638
commit 48ef4b7ea2
3 changed files with 6 additions and 2 deletions

View File

@ -82,7 +82,7 @@ export class ServiceExaminationController {
required: true,
content: {
"application/json": {
schema: { $ref: "#/components/schemas/serviceExamination" }
schema: { $ref: "#/components/schemas/serviceExaminationCreate" }
}
}
}