summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-02-07 09:46:47 -0500
committerPliable Pixels <pliablepixels@gmail.com>2020-02-07 09:46:47 -0500
commit1d8cfb927b4d082d02f42c77830501145a7451ea (patch)
tree2c38865d85e96630a1759b6cd7c032c1251a9257 /docs
parent53d522acdb2a41187e72e0607d333fb588507dfd (diff)
remove recent add, it was already there later
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/validating-api.rst12
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/guides/validating-api.rst b/docs/guides/validating-api.rst
index d682d656..16a85ecc 100644
--- a/docs/guides/validating-api.rst
+++ b/docs/guides/validating-api.rst
@@ -31,15 +31,7 @@ helps)
version/apiversion may be different. If you don't see such a
response, your APIs are **not** working
-- Step 5: Make sure there are no CakePHP related errors that are hidden
-
- Unfortunately, even if the APIs display properly on your browser, it does not mean
- they are working properly. Some times, you'll see cakePHP related errors that don't
- show up in the browser but are basically hidden in the display. To make sure, when you
- get the API results as above, do a right click->view page source and make sure you don't
- see error messages before the API results.
-
-- Step 6:Make sure you can see monitors and events:
+- Step 5:Make sure you can see monitors and events:
Type in ``http://server/zm/api/monitors.json`` --> you should see a
response like:
@@ -56,7 +48,7 @@ response like:
}]
}
-- Step 7: (If you find your APIs show ok, but zmNinja has issues)
+- Step 6: (If you find your APIs show ok, but zmNinja has issues)
- Open a browser, log into ZM
- Open a new tab, enter ``http://server/zm/api/host/getVersion.json``