summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNikolay Zamotaev <nzamotaev@luxoft.com>2020-01-31 19:56:06 +0300
committerNikolay Zamotaev <nzamotaev@luxoft.com>2020-02-04 12:06:25 +0000
commita095cc3470c473f123c032f3fcfc599e006dad40 (patch)
tree78aecccd997a206329ffc65f408f8a51cc30b3ca /doc
parent97a35668762052b6a667b3b3b823367e9f38aef1 (diff)
Support for reporting wrong architecture in /hello status
Task-number: AUTOSUITE-1438 Change-Id: Id02885b829c21641da456f99e054541b09cf964e Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/deployment-server-reference.qdoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/deployment-server-reference.qdoc b/doc/src/deployment-server-reference.qdoc
index c49c3d2..b81bd7f 100644
--- a/doc/src/deployment-server-reference.qdoc
+++ b/doc/src/deployment-server-reference.qdoc
@@ -78,7 +78,7 @@
\li Value
\li Description
\row
- \li {1,5} status
+ \li {1,6} status
\li ok
\li Successful
\row
@@ -91,6 +91,9 @@
\li incompatible-version
\li The API version you are using is not compatible.
\row
+ \li incompatible-architecture
+ \li The architecture parameter was malformed, or server was unable to parse it.
+ \row
\li malformed-tag
\li The tag format is incorrect, may not be alphanumeric, or could
not be parsed.
@@ -444,4 +447,4 @@
seconds.
\endlist
-*/ \ No newline at end of file
+*/