diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-15 10:27:55 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-15 10:27:55 -0400 |
| commit | ee042fc7bfa55ffa2c3b4471276a3b3a7cf95dea (patch) | |
| tree | 1b80fdbcb475670b966fe618181ce89091319570 /docs/guides/validating-api.rst | |
| parent | d0cac8ad005f602347374ae10e8b5ef54727c5e0 (diff) | |
doc fixes
Diffstat (limited to 'docs/guides/validating-api.rst')
| -rw-r--r-- | docs/guides/validating-api.rst | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/guides/validating-api.rst b/docs/guides/validating-api.rst index 0b3d478b..a2acdfae 100644 --- a/docs/guides/validating-api.rst +++ b/docs/guides/validating-api.rst @@ -49,13 +49,14 @@ response like: } - 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`` -- Now, right click and do a ``View Source`` in your browser (different - browsers may have different names for it). This brings up a full - source code view of the page. Do you ONLY see the JSON output or do - you see gobs of HTML on top like ``<pre class=`` and lots of cake - related messages? If you do, you need to fix it. + + - Open a browser, log into ZM + - Open a new tab, enter ``http://server/zm/api/host/getVersion.json`` + - Now, right click and do a ``View Source`` in your browser (different + browsers may have different names for it). This brings up a full + source code view of the page. Do you ONLY see the JSON output or do + you see gobs of HTML on top like ``<pre class=`` and lots of cake + related messages? If you do, you need to fix it. if you find the page empty, your APIs/permissions have a problem. Please post in the ZM forums (**please DON'T** contact me first as its not a |
