Change headings to h2 (#19402)
This commit is contained in:
parent
b5eab9d3a0
commit
dbbdd33c63
|
@ -182,7 +182,7 @@ $ curl \
|
|||
}
|
||||
```
|
||||
|
||||
### Delete Entity Alias by ID
|
||||
## Delete Entity Alias by ID
|
||||
|
||||
This endpoint deletes an alias from its corresponding entity.
|
||||
|
||||
|
@ -203,7 +203,7 @@ $ curl \
|
|||
http://127.0.0.1:8200/v1/identity/entity-alias/id/34982d3d-e3ce-5d8b-6e5f-b9bb34246c31
|
||||
```
|
||||
|
||||
### List Entity Aliases by ID
|
||||
## List Entity Aliases by ID
|
||||
|
||||
This endpoint returns a list of available entity aliases by their identifiers.
|
||||
|
||||
|
|
Loading…
Reference in New Issue