Fixing CircleCI issues and adding Partition CLI links
This commit is contained in:
parent
cd0405ff0d
commit
fd71fdbefb
|
@ -29,6 +29,8 @@ The table below shows this endpoint's support for
|
|||
| ---------------- | ----------------- | ------------- | ---------------- |
|
||||
| `NO` | `none` | `none` | `operator:write` |
|
||||
|
||||
-> The corresponding CLI command is [`consul partition create`](/commands/partition#create).
|
||||
|
||||
### Parameters
|
||||
|
||||
- `Name` `(string: <required>)` - The partition name. This must be a valid
|
||||
|
@ -85,6 +87,8 @@ The table below shows this endpoint's support for
|
|||
|
||||
<sup>1</sup> A non-anonymous token can read its own partition.
|
||||
|
||||
-> The corresponding CLI command is [`consul partition read`](/commands/partition#read).
|
||||
|
||||
### Parameters
|
||||
|
||||
- `name` `(string: <required>)` - Specifies the partition to read. This
|
||||
|
@ -126,6 +130,8 @@ The table below shows this endpoint's support for
|
|||
| ---------------- | ----------------- | ------------- | ---------------- |
|
||||
| `NO` | `none` | `none` | `operator:write` |
|
||||
|
||||
-> The corresponding CLI command is [`consul partition write`](/commands/partition#write).
|
||||
|
||||
### Parameters
|
||||
|
||||
- `Name` `(string: <optional>)` - The partition name. This must be a valid
|
||||
|
@ -188,6 +194,8 @@ The table below shows this endpoint's support for
|
|||
| ---------------- | ----------------- | ------------- | ---------------- |
|
||||
| `NO` | `none` | `none` | `operator:write` |
|
||||
|
||||
-> The corresponding CLI command is [`consul partition delete`](/commands/partition#delete).
|
||||
|
||||
### Parameters
|
||||
|
||||
- `name` `(string: <required>)` - Specifies the partition to delete. This
|
||||
|
@ -231,6 +239,8 @@ The table below shows this endpoint's support for
|
|||
| ---------------- | ----------------- | ------------- | --------------- |
|
||||
| `NO` | `consistent` | `none` | `operator:read` |
|
||||
|
||||
-> The corresponding CLI command is [`consul partition list`](/commands/partition#list).
|
||||
|
||||
### Sample Request
|
||||
|
||||
```shell-session
|
||||
|
|
Loading…
Reference in New Issue