mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
[docs] Convert titles to sentense case (#21426)
* Convert documentation titles to sentense case * Docker, Google, Foundry, Cloud proper case
This commit is contained in:
committed by
GitHub
parent
d01a3c1763
commit
f4f0412b6a
@@ -14,7 +14,7 @@ This is currently only being used internally for the UI and is
|
||||
an unauthenticated endpoint. Due to the nature of its intended usage, there is no
|
||||
guarantee on backwards compatibility for this endpoint.
|
||||
|
||||
## Get Namespaces
|
||||
## Get namespaces
|
||||
|
||||
This endpoint lists the namespaces relevant to the UI.
|
||||
|
||||
@@ -22,14 +22,14 @@ This endpoint lists the namespaces relevant to the UI.
|
||||
| :----- | :------------------------------- |
|
||||
| `GET` | `/sys/internal/ui/namespaces` |
|
||||
|
||||
### Sample Request
|
||||
### Sample request
|
||||
|
||||
```shell-session
|
||||
$ curl \
|
||||
http://127.0.0.1:8200/v1/sys/internal/ui/namespaces
|
||||
```
|
||||
|
||||
### Sample Response
|
||||
### Sample response
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user