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
2 changed files with 12 additions and 2 deletions

View File

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

View File

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