Project

General

Profile

« Previous | Next » 

Revision 55625

path variable name coherent with the actual variable name

View differences:

DsmApiController.java
148 148
		dsmCore.setManaged(id, managed);
149 149
	}
150 150

  
151
	@RequestMapping(value = "/ds/managed/{dsId}", method = RequestMethod.GET)
151
	@RequestMapping(value = "/ds/managed/{id}", method = RequestMethod.GET)
152 152
	@ApiOperation(
153 153
			value = "get the datasource managed status",
154 154
			notes = "get the datasource managed status",

Also available in: Unified diff