Skip to content

Commit 6c4eb62

Browse files
committed
Make the description of end-point tags consistent
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
1 parent 887bf32 commit 6c4eb62

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

API-proposed.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@ tags:
3434
- name: Annotations
3535
description: Retrieve annotations for different outputs.
3636
- name: Configurations
37-
description: How to manage configuration source types and configurations.
37+
description: Manage configuration source types and configurations.
3838
- name: Diagnostic
39-
description: Refer to the server's status.
39+
description: Retrieve the server's status.
4040
- name: Data Tree
41-
description: Learn about querying data tree models (e.g. for statistics).
41+
description: Query data tree models (e.g. for statistics).
4242
- name: Experiments
43-
description: "How to manage experiments on your server; an experiment represents\
44-
\ a collection of traces, which can produce output models."
43+
description: "Manage experiments on your server; an experiment represents a collection\
44+
\ of traces, which can produce output models."
4545
- name: Styles
4646
description: Retrieve styles for different outputs.
4747
- name: TimeGraph
48-
description: Learn about querying Time Graph models.
48+
description: Query Time Graph models.
4949
- name: Traces
50-
description: How to manage physical traces on your server.
50+
description: Manage physical traces on your server.
5151
- name: Virtual Tables
52-
description: Learn about querying virtual table models (e.g. Events Table).
52+
description: Query virtual table models (e.g. Events Table).
5353
- name: XY
54-
description: Learn about querying XY models.
54+
description: Query XY chart models.
5555
- name: Bookmarks
5656
description: How to bookmark areas of interest in the trace.
5757
- name: Data Tree

API.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@ tags:
3434
- name: Annotations
3535
description: Retrieve annotations for different outputs.
3636
- name: Configurations
37-
description: How to manage configuration source types and configurations.
37+
description: Manage configuration source types and configurations.
3838
- name: Diagnostic
39-
description: Refer to the server's status.
39+
description: Retrieve the server's status.
4040
- name: Data Tree
41-
description: Learn about querying data tree models (e.g. for statistics).
41+
description: Query data tree models (e.g. for statistics).
4242
- name: Experiments
43-
description: "How to manage experiments on your server; an experiment represents\
44-
\ a collection of traces, which can produce output models."
43+
description: "Manage experiments on your server; an experiment represents a collection\
44+
\ of traces, which can produce output models."
4545
- name: Styles
4646
description: Retrieve styles for different outputs.
4747
- name: TimeGraph
48-
description: Learn about querying Time Graph models.
48+
description: Query Time Graph models.
4949
- name: Traces
50-
description: How to manage physical traces on your server.
50+
description: Manage physical traces on your server.
5151
- name: Virtual Tables
52-
description: Learn about querying virtual table models (e.g. Events Table).
52+
description: Query virtual table models (e.g. Events Table).
5353
- name: XY
54-
description: Learn about querying XY models.
54+
description: Query XY chart models.
5555
paths:
5656
/config/types/{typeId}/configs/{configId}:
5757
get:

0 commit comments

Comments
 (0)