documents
This commit is contained in:
@@ -30,6 +30,10 @@ public function rules(): array
|
||||
'date_formats.*' => ['nullable', 'string', 'max:40'],
|
||||
'meta' => ['sometimes', 'array'],
|
||||
'meta.*' => ['nullable'],
|
||||
'meta.custom_defaults' => ['nullable', 'array'],
|
||||
'meta.custom_defaults.*' => ['nullable'],
|
||||
'meta.custom_default_types' => ['nullable', 'array'],
|
||||
'meta.custom_default_types.*' => ['nullable', 'in:string,number,date'],
|
||||
'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