Update loot docs to clear up path re-write functionality
parent
b98133cded
commit
e55f459b87
|
@ -20,7 +20,7 @@ module LootApiDoc
|
|||
MODULE_RUN_ID_DESC = 'The ID of the module run record this loot is associated with.'
|
||||
|
||||
# Some of the attributes expect different data when doing a create.
|
||||
CREATE_PATH_DESC = 'The name to give the file on the server. Note that this will prepend a unique string to the given value.'
|
||||
CREATE_PATH_DESC = 'The name to give the file on the server. All files are stored in a server configured path, so a full path is not needed. If there is a corresponding file on disk, the given value will be prepended with a unique string to prevent accidental overwrites of other files.'
|
||||
CREATE_PATH_EXAMPLE = 'password_file.txt'
|
||||
|
||||
# Swagger documentation for loot model
|
||||
|
|
Loading…
Reference in New Issue