Report v2.0 as deprecated in version discovery

Change-Id: Iecf52ec18b05b894bd233b532ab210c34911ae17
This commit is contained in:
Boris Bobrov 2016-08-04 23:51:26 +03:00
parent 4c7be56e34
commit aa9fdfc41a
2 changed files with 4 additions and 4 deletions

View File

@ -49,8 +49,8 @@ v2_HTML_DESCRIPTION = {
v2_EXPECTED_RESPONSE = {
"id": "v2.0",
"status": "stable",
"updated": "2014-04-17T00:00:00Z",
"status": "deprecated",
"updated": "2016-08-04T00:00:00Z",
"links": [
{
"rel": "self",

View File

@ -119,8 +119,8 @@ class Version(wsgi.Application):
if 'v2.0' in _VERSIONS:
versions['v2.0'] = {
'id': 'v2.0',
'status': 'stable',
'updated': '2014-04-17T00:00:00Z',
'status': 'deprecated',
'updated': '2016-08-04T00:00:00Z',
'links': [
{
'rel': 'self',