diff --git a/src/controllers/service/service-controller.ts b/src/controllers/service/service-controller.ts index 70ea3bf..9df9f42 100644 --- a/src/controllers/service/service-controller.ts +++ b/src/controllers/service/service-controller.ts @@ -41,8 +41,8 @@ type ServiceCreate = { }; type ServiceUpdate = { - name: string; - detail: string; + name?: string; + detail?: string; attributes?: { [key: string]: any; };