Merge "Mark the v1 API as deprecated"

This commit is contained in:
Jenkins 2016-05-24 21:21:37 +00:00 committed by Gerrit Code Review
commit 516e740426

View File

@ -45,10 +45,10 @@ _MEDIA_TYPES = [{
_KNOWN_VERSIONS = { _KNOWN_VERSIONS = {
"v1.0": { "v1.0": {
"id": "v1.0", "id": "v1.0",
"status": "SUPPORTED", "status": "DEPRECATED",
"version": "", "version": "",
"min_version": "", "min_version": "",
"updated": "2014-06-28T12:20:21Z", "updated": "2016-05-02T20:25:19Z",
"links": _LINKS, "links": _LINKS,
"media-types": _MEDIA_TYPES, "media-types": _MEDIA_TYPES,
}, },