Document gen fixed
This commit is contained in:
@@ -33,7 +33,7 @@ public function rules(): array
|
||||
'meta.custom_defaults' => ['nullable', 'array'],
|
||||
'meta.custom_defaults.*' => ['nullable'],
|
||||
'meta.custom_default_types' => ['nullable', 'array'],
|
||||
'meta.custom_default_types.*' => ['nullable', 'in:string,number,date'],
|
||||
'meta.custom_default_types.*' => ['nullable', 'in:string,number,date,text'],
|
||||
'action_id' => ['nullable', 'integer', 'exists:actions,id'],
|
||||
'decision_id' => ['nullable', 'integer', 'exists:decisions,id'],
|
||||
'activity_note_template' => ['nullable', 'string'],
|
||||
|
||||
Reference in New Issue
Block a user