[REST API] fixed small typo (#1654)

pull/1563/head
HoLLe 2020-09-19 13:02:56 +02:00 committed by GitHub
parent fa18610d77
commit 5ab248c158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ public class ThingResource implements RESTResource {
@DELETE
@RolesAllowed({ Role.ADMIN })
@Path("/{thingUID}")
@Operation(summary = "Removes a thing from the registry. Set \'force\' to __true__ if you want the thing te be removed immediately.", security = {
@Operation(summary = "Removes a thing from the registry. Set \'force\' to __true__ if you want the thing to be removed immediately.", security = {
@SecurityRequirement(name = "oauth2", scopes = { "admin" }) }, responses = {
@ApiResponse(responseCode = "200", description = "OK, was deleted."),
@ApiResponse(responseCode = "202", description = "ACCEPTED for asynchronous deletion."),