diff --git a/docs/index.html b/docs/index.html index 88e8fd23d7..67a461090d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4650,6 +4650,21 @@

Hierarchy: +
+ name: + + string + + + +
+
+

The name of the symbol represented by the hierarchy item.

+ +
+ +
+
root_location: diff --git a/docs/openapi.yml b/docs/openapi.yml index c56a2f66de..788e958316 100644 --- a/docs/openapi.yml +++ b/docs/openapi.yml @@ -195,6 +195,7 @@ definitions: required: - kind - locations + - name description: |- An object returned, in a list, as a response to hierarchy requests. The object may contain additional properties, which are used to identify @@ -233,6 +234,10 @@ definitions: type: array items: $ref: "#/defintions/Location" + name: + type: string + description: |- + The name of the symbol represented by the hierarchy item. root_location: type: object description: |-