Pass along new fields to Wings instance when endpoint is used; closes #4048
This commit is contained in:
parent
3fceb588fb
commit
c14c7b436e
3 changed files with 57 additions and 33 deletions
|
@ -20,7 +20,10 @@ class PullFileRequest extends ClientApiRequest implements ClientPermissionsReque
|
|||
{
|
||||
return [
|
||||
'url' => 'required|string|url',
|
||||
'directory' => 'sometimes|nullable|string',
|
||||
'directory' => 'nullable|string',
|
||||
'filename' => 'nullable|string',
|
||||
'use_header' => 'boolean',
|
||||
'foreground' => 'boolean',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue