]> source.dussan.org Git - sonarqube.git/commit
SONAR-9016 Fix example file names in user groups WS
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 3 Apr 2017 12:38:28 +0000 (14:38 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 13 Apr 2017 09:51:55 +0000 (11:51 +0200)
commitbf07e0fb2e61910e83cc098afc1eaeaa75fa6acf
tree4ff69c9bcde30aa67457397f0afc64607cbc9280
parent708324ffbfaa7bc70a56426f161b7eb9426ea411
SONAR-9016 Fix example file names in user groups WS
server/sonar-server/src/main/java/org/sonar/server/usergroups/ws/CreateAction.java
server/sonar-server/src/main/java/org/sonar/server/usergroups/ws/SearchAction.java
server/sonar-server/src/main/java/org/sonar/server/usergroups/ws/UpdateAction.java
server/sonar-server/src/main/resources/org/sonar/server/usergroups/ws/create-example.json [new file with mode: 0644]
server/sonar-server/src/main/resources/org/sonar/server/usergroups/ws/example-create.json [deleted file]
server/sonar-server/src/main/resources/org/sonar/server/usergroups/ws/example-search.json [deleted file]
server/sonar-server/src/main/resources/org/sonar/server/usergroups/ws/search-example.json [new file with mode: 0644]
server/sonar-server/src/main/resources/org/sonar/server/usergroups/ws/update-example.json [new file with mode: 0644]