Browse Source

doc new placeholders

Peter Bieringer 6 months ago
parent
commit
eae5daae54
1 changed files with 2 additions and 0 deletions
  1. 2 0
      DOCUMENTATION.md

+ 2 - 0
DOCUMENTATION.md

@@ -1373,6 +1373,8 @@ Supported placeholders:
  - `%(user)s`: logged-in user
  - `%(user)s`: logged-in user
  - `%(cwd)s`: current working directory _(>= 3.5.1)_
  - `%(cwd)s`: current working directory _(>= 3.5.1)_
  - `%(path)s`: full path of item _(>= 3.5.1)_
  - `%(path)s`: full path of item _(>= 3.5.1)_
+ - `%(to_path)s`: full path of destination item (only set on MOVE request) _(>= 3.5.5)_
+ - `%(request)s`: request method _(>= 3.5.5)_
 
 
 Command will be executed with base directory defined in `filesystem_folder` (see above)
 Command will be executed with base directory defined in `filesystem_folder` (see above)