From e21d11262c1c904dad46634ef952ed422cfc6b25 Mon Sep 17 00:00:00 2001 From: wayanrivan Date: Tue, 28 Apr 2026 13:55:23 +0700 Subject: [PATCH] update: foster care history done --- src/controllers/fostercarehistory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/fostercarehistory.ts b/src/controllers/fostercarehistory.ts index 0128dcc..e15712d 100644 --- a/src/controllers/fostercarehistory.ts +++ b/src/controllers/fostercarehistory.ts @@ -366,7 +366,7 @@ export class FosterCareHistoryController { }] #swagger.parameters['id'] = { in: 'path', - description: 'Foster Care History' ID.', + description: 'Foster Care History ID.', required: true, type: 'string' }