Package org.openremote.model.manager
Interface ConfigurationResource
@Path("configuration")
public interface ConfigurationResource
-
Method Summary
Modifier and TypeMethodDescriptionfileUpload
(RequestParams requestParams, String path, FileInfo fileInfo) getManagerConfigImage
(String fileName) update
(RequestParams requestParams, ManagerAppConfig managerConfiguration)
-
Method Details
-
update
@PUT @Consumes("application/json") @Produces("application/json") @Path("manager") @RolesAllowed("write:admin") ManagerAppConfig update(@BeanParam RequestParams requestParams, ManagerAppConfig managerConfiguration) -
fileUpload
@POST @Consumes("application/json") @Produces("application/json") @Path("manager/file") @RolesAllowed("write:admin") String fileUpload(@BeanParam RequestParams requestParams, @QueryParam("path") String path, FileInfo fileInfo) -
getManagerConfig
-
getManagerConfigImage
-