Class DocumentationResource

java.lang.Object
org.graylog2.shared.rest.resources.RestResource
org.graylog2.shared.rest.resources.documentation.DocumentationResource

@Path("/api-docs") @RequiresAuthentication public class DocumentationResource extends RestResource
  • Constructor Details

  • Method Details

    • overview

      @GET @Timed @Produces("application/json") public jakarta.ws.rs.core.Response overview()
    • globalOverview

      @GET @Timed @Produces("application/json") @Path("/global") public jakarta.ws.rs.core.Response globalOverview()
    • route

      @GET @Timed @Produces("application/json") @Path("/{route: .+}") public jakarta.ws.rs.core.Response route(@PathParam("route") String route, @Context jakarta.ws.rs.core.HttpHeaders httpHeaders)