mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
Makes REST API doc for config endpoints more precise
This commit is contained in:
@@ -67,7 +67,7 @@ public class GitConfigResource {
|
|||||||
/**
|
/**
|
||||||
* Modifies the git config.
|
* Modifies the git config.
|
||||||
*
|
*
|
||||||
* @param configDto new git configuration as DTO
|
* @param configDto new configuration object
|
||||||
*/
|
*/
|
||||||
@PUT
|
@PUT
|
||||||
@Path("")
|
@Path("")
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ public class HgConfigResource {
|
|||||||
/**
|
/**
|
||||||
* Modifies the hg config.
|
* Modifies the hg config.
|
||||||
*
|
*
|
||||||
* @param configDto new git configuration as DTO
|
* @param configDto new configuration object
|
||||||
*/
|
*/
|
||||||
@PUT
|
@PUT
|
||||||
@Path("")
|
@Path("")
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ public class ConfigResource {
|
|||||||
/**
|
/**
|
||||||
* Modifies the global scm config.
|
* Modifies the global scm config.
|
||||||
*
|
*
|
||||||
* @param configDto new global scm configuration as DTO
|
* @param configDto new configuration object
|
||||||
*/
|
*/
|
||||||
@PUT
|
@PUT
|
||||||
@Path("")
|
@Path("")
|
||||||
|
|||||||
Reference in New Issue
Block a user