Merge "Update docs to reflect exposure of image 'owner' in v2."

This commit is contained in:
Jenkins 2014-09-09 02:28:20 +00:00 committed by Gerrit Code Review
commit dd8f149971
2 changed files with 12 additions and 2 deletions

View File

@ -103,6 +103,11 @@
"description": "Operating system version as specified by the distributor",
"type": "string"
},
"owner": {
"description": "Owner of the image",
"maxLength": 255,
"type": "string"
},
"protected": {
"description": "If true, image will not be deletable.",
"type": "boolean"
@ -178,4 +183,4 @@
"rel": "describedby"
}
]
}
}

View File

@ -110,6 +110,11 @@
"description": "Operating system version as specified by the distributor",
"type": "string"
},
"owner": {
"description": "Owner of the image",
"maxLength": 255,
"type": "string"
},
"protected": {
"description": "If true, image will not be deletable.",
"type": "boolean"
@ -209,4 +214,4 @@
"rel": "describedby"
}
]
}
}