Skip to content

Commit

Permalink
swagger: Add data-tree @tag to the @OpenAPIDefinition
Browse files Browse the repository at this point in the history
Change-Id: I1a330d1d8b6d1628be86cb7e3979c3a73b4f304c
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/204743
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
  • Loading branch information
bhufmann committed Oct 3, 2023
1 parent 5b71cb6 commit 04b5b50
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
@Tag(name = ANN, description = "Retrieve annotations for different outputs."),
@Tag(name = CFG, description = "How to manage configuration source types and configurations."),
@Tag(name = DIA, description = "Refer to the server's status."),
@Tag(name = DT, description = "Learn about querying data tree models (e.g. for statistics)."),
@Tag(name = EXP, description = "How to manage experiments on your server; an experiment represents a collection of traces, which can produce output models."),
@Tag(name = STY, description = "Retrieve styles for different outputs."),
@Tag(name = TGR, description = "Learn about querying Time Graph models."),
Expand Down

0 comments on commit 04b5b50

Please sign in to comment.