Makes REST API doc for config endpoints more precise

This commit is contained in:
Johannes Schnatterer
2018-08-02 11:52:30 +02:00
parent eee325e185
commit 31540a7ecc
3 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ public class GitConfigResource {
/**
* Modifies the git config.
*
* @param configDto new git configuration as DTO
* @param configDto new configuration object
*/
@PUT
@Path("")