mirror of https://github.com/status-im/consul.git
TxnCheckOp has a `Check` field not a `Service` field (#6418)
This commit is contained in:
parent
58f04815d5
commit
00aa108490
|
@ -95,7 +95,7 @@ The table below shows this endpoint's support for
|
|||
|
||||
- `Verb` `(string: <required>)` - Specifies the type of operation to perform.
|
||||
|
||||
- `Service` `(Service: <required>)` - Specifies the check to use
|
||||
- `Check` `(Service: <required>)` - Specifies the check to use
|
||||
for the operation. See the [catalog endpoint](/api/catalog.html#parameters) for the fields in this object.
|
||||
|
||||
Please see the table below for available verbs.
|
||||
|
@ -304,4 +304,4 @@ and valid check ID are required. Delete operations will not return a result on s
|
|||
| `cas` | Sets, but with CAS semantics using the given ModifyIndex |
|
||||
| `get` | Get the check, fails if it does not exist |
|
||||
| `delete` | Delete the check |
|
||||
| `delete-cas` | Delete, but with CAS semantics |
|
||||
| `delete-cas` | Delete, but with CAS semantics |
|
||||
|
|
Loading…
Reference in New Issue