Documentation error: UpdateItem sample request expected condition incorrect

Bug #1410599 reported by Charles Wang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MagnetoDB
Fix Released
Medium
Charles Wang

Bug Description

The sample request for UpdateItem API is incorrect in the expected condition part.

Right now, only "value" and "exists" are supported but the sample request has the following expected condition:

    "expected": {
        "LastPostedBy": {
            "comparison_operator": "EQ",
            "attribute_value_list": [
                {
                    "S": "<email address hidden>"
                }
            ]
        }
    },

Changed in magnetodb:
assignee: nobody → Charles Wang (charles-wang)
tags: added: data-api documentation
Changed in magnetodb:
status: New → Triaged
importance: Undecided → Medium
milestone: none → kilo-2
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to magnetodb (master)

Reviewed: https://review.openstack.org/147052
Committed: https://git.openstack.org/cgit/stackforge/magnetodb/commit/?id=88397e72b7abdaf5add405bfb3b59420d81dcc19
Submitter: Jenkins
Branch: master

commit 88397e72b7abdaf5add405bfb3b59420d81dcc19
Author: Charles Wang <email address hidden>
Date: Tue Jan 13 21:17:34 2015 -0500

    Fix documentation for UpdateItem

    The sample request for UpdateItem API is incorrect in the expected condition part.

    Change-Id: I9479b126b86d7e52f9ae1c180337d0ef80143085
    Closes-Bug: #1410599

Changed in magnetodb:
status: Triaged → Fix Committed
Changed in magnetodb:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.