TxnCheckOp has a `Check` field not a `Service` field (#6418)

This commit is contained in:
Matt Keeler 2019-08-28 15:57:41 -04:00 committed by GitHub
parent 58f04815d5
commit 00aa108490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ The table below shows this endpoint's support for
- `Verb` `(string: <required>)` - Specifies the type of operation to perform. - `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. 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. 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 | | `cas` | Sets, but with CAS semantics using the given ModifyIndex |
| `get` | Get the check, fails if it does not exist | | `get` | Get the check, fails if it does not exist |
| `delete` | Delete the check | | `delete` | Delete the check |
| `delete-cas` | Delete, but with CAS semantics | | `delete-cas` | Delete, but with CAS semantics |