event action: add update modtime to fs rename

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-08-09 20:18:33 +02:00
parent a5c5e85144
commit 81433e00d1
30 changed files with 383 additions and 182 deletions

View File

@@ -6973,6 +6973,14 @@ components:
type: string
value:
type: string
RenameConfig:
allOf:
- $ref: '#/components/schemas/KeyValue'
- type: object
properties:
update_modtime:
type: boolean
description: 'Update modification time. This setting is not recursive and only applies to storage providers that support changing modification times'
HTTPPart:
type: object
properties:
@@ -7105,7 +7113,7 @@ components:
renames:
type: array
items:
$ref: '#/components/schemas/KeyValue'
$ref: '#/components/schemas/RenameConfig'
mkdirs:
type: array
items: