update service examination
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
"database": {
|
||||
"engine": "postgres",
|
||||
"host": "127.0.0.1",
|
||||
"port": "1520",
|
||||
"port": "15432",
|
||||
"username": "saude_stag",
|
||||
"password": "gM*#o>3W4&5X",
|
||||
"database": "saude_stag",
|
||||
|
||||
@ -82,7 +82,7 @@ export class ServiceExaminationController {
|
||||
required: true,
|
||||
content: {
|
||||
"application/json": {
|
||||
schema: { $ref: "#/components/schemas/serviceExamination" }
|
||||
schema: { $ref: "#/components/schemas/serviceExaminationCreate" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -222,6 +222,10 @@ const doc = {
|
||||
serviceExamination: {
|
||||
$examination_detail_ids: ["uuid-string"],
|
||||
},
|
||||
serviceExaminationCreate: {
|
||||
$examination_detail_ids: ["uuid-string"],
|
||||
$service_id: "uuid-string",
|
||||
},
|
||||
hospitalinformation: {
|
||||
$name: "Hospital Name",
|
||||
$address: "Hospital Address",
|
||||
|
||||
Reference in New Issue
Block a user