diff --git a/pages/api/event-type-custom-inputs/[id].ts b/pages/api/event-type-custom-inputs/[id].ts index 85b2df0ccd..c737b5fb84 100644 --- a/pages/api/event-type-custom-inputs/[id].ts +++ b/pages/api/event-type-custom-inputs/[id].ts @@ -44,7 +44,7 @@ import { * description: The eventTypeCustomInput to edit * schema: * type: object - * $ref: '#/comCustomInputponents/schemas/EventType' + * $ref: '#/components/schemas/EventTypeCustomInput' * required: true * - in: path * name: id