Skip to content

Commit

Permalink
doc: update documentation on SettingsResource #1598
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Nov 20, 2024
1 parent c8cbe34 commit 16fe540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public Payload patchSettingsPreflight(final Context context) {
* - if a file is given (w/ -c path/to/file) to the command line it will be read and used (it can be empty or not present)
* - if no file is given, we are looking for datashare.properties in the classpath (for example in /dist)
* - if none of the two above cases is fulfilled we are taking the default CLI parameters (and those given by the user)
* - parameters are common between CLI and settings file, the settings file "wins"
* - if parameters are common between CLI and settings file, the CLI "wins"
* - if a settings file is not writable then 404 will be returned (and a WARN will be logged at start)
*
* @return 200 or 404 or 403
Expand Down

0 comments on commit 16fe540

Please sign in to comment.