Skip to content

Commit

Permalink
hide Indexsets API in cloud (#20654)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Oesterheld <[email protected]>
  • Loading branch information
patrickmann and moesterheld authored Oct 28, 2024
1 parent 503cead commit 26ff393
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@
import java.util.stream.Collectors;

import static java.util.Objects.requireNonNull;
import static org.graylog2.shared.rest.documentation.generator.Generator.CLOUD_VISIBLE;

@RequiresAuthentication
@Api(value = "System/IndexSets", description = "Index sets", tags = {CLOUD_VISIBLE})
@Api(value = "System/IndexSets", description = "Index sets")
@Path("/system/indices/index_sets")
@Produces(MediaType.APPLICATION_JSON)
public class IndexSetsResource extends RestResource {
Expand Down

0 comments on commit 26ff393

Please sign in to comment.