Merge "Fix a minor error in API reference"

This commit is contained in:
Jenkins 2016-08-22 01:14:15 +00:00 committed by Gerrit Code Review
commit ab3a73d0ce
1 changed files with 12 additions and 10 deletions

View File

@ -1,10 +1,12 @@
[
{
"body": {
"event": "BackupStarted"
},
"age": 239,
"href": "/v2/queues/demoqueue/messages/51db6f78c508f17ddc924357?claim_id=51db7067821e727dc24df754",
"ttl": 300
}
]
{
"messages": [
{
"body": {
"event": "BackupStarted"
},
"age": 239,
"href": "/v2/queues/demoqueue/messages/51db6f78c508f17ddc924357?claim_id=51db7067821e727dc24df754",
"ttl": 300
}
]
}