diff --git a/doc/user-guide/zaqar-get-started/os-zaqar-apiGettingStarted.xml b/doc/user-guide/zaqar-get-started/os-zaqar-apiGettingStarted.xml
index 58a1df5a..f093d870 100644
--- a/doc/user-guide/zaqar-get-started/os-zaqar-apiGettingStarted.xml
+++ b/doc/user-guide/zaqar-get-started/os-zaqar-apiGettingStarted.xml
@@ -70,6 +70,12 @@
incubation.
+
+ 2014-08-30
+
+ The partial attribute is no longer supported.
+
+
@@ -760,13 +766,22 @@ Location: /v1/queues/samplequeue
class="attribute">age, is added.
The response body contains a list of resource paths
that correspond to each message submitted in the
- request, in the same order as they were submitted. If
- a server-side error occurs during the processing of
- the submitted messages, a partial list is returned.
+ request, in the same order as they were submitted.
+ If a server-side error occurs during the processing
+ of the submitted messages, a partial list is returned.
The partial attribute is set to
true, and the client tries
- to post the remaining messages again. The
- body attribute specifies an
+ to post the remaining messages again.
+
+
+ The partial attribute has been deprecated in the v1.0 API
+ and is not available in the v1.1 API.
+ Drivers are now required to operate in a transactional manner.
+ In other words, either all messages must be posted, or none of them.
+
+
+
+ The body attribute specifies an
arbitrary document that constitutes the body of the
message being sent.
The following rules apply for the maximum size: