From 00aa1084905c7211198bb0513b2d16c543eea87a Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Wed, 28 Aug 2019 15:57:41 -0400 Subject: [PATCH] TxnCheckOp has a `Check` field not a `Service` field (#6418) --- website/source/api/txn.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/api/txn.html.md b/website/source/api/txn.html.md index d817c472b9..80032e3d1a 100644 --- a/website/source/api/txn.html.md +++ b/website/source/api/txn.html.md @@ -95,7 +95,7 @@ The table below shows this endpoint's support for - `Verb` `(string: )` - Specifies the type of operation to perform. - - `Service` `(Service: )` - Specifies the check to use + - `Check` `(Service: )` - 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 | \ No newline at end of file +| `delete-cas` | Delete, but with CAS semantics |