You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/org.openhab.core.io.rest.core/src/main/java/org/openhab/core/io/rest/core/internal/persistence/PersistenceResource.java
+2-32Lines changed: 2 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@ public Response httpDeletePersistenceServiceConfiguration(@Context UriInfo uriIn
271
271
@RolesAllowed({ Role.ADMIN })
272
272
@Path("/items")
273
273
@Produces({ MediaType.APPLICATION_JSON })
274
-
@Operation(operationId = "getItemsForPersistenceService", summary = "Gets a list of Items available via a specific persistence service.", security = {
274
+
@Operation(operationId = "getItemsForPersistenceService", summary = "Gets a list of stored Items available via a specific persistence service with their stored name.", security = {
0 commit comments