diff --git a/apiserver/schema/services/auth.conf b/apiserver/schema/services/auth.conf index e0106d2..48fe500 100644 --- a/apiserver/schema/services/auth.conf +++ b/apiserver/schema/services/auth.conf @@ -226,7 +226,7 @@ create_credentials { } } } - "999.0": ${create_credentials."2.1"} { + "2.17": ${create_credentials."2.1"} { request.properties.label { type: string description: Optional credentials label diff --git a/apiserver/schema/services/projects.conf b/apiserver/schema/services/projects.conf index d16f61e..4a05850 100644 --- a/apiserver/schema/services/projects.conf +++ b/apiserver/schema/services/projects.conf @@ -914,7 +914,7 @@ get_hyper_parameters { } } get_model_metadata_keys { - "999.0" { + "2.17" { description: """Get a list of all metadata keys used in models within the given project.""" request { type: object diff --git a/apiserver/service_repo/service_repo.py b/apiserver/service_repo/service_repo.py index 2cf0af2..4a1ee4a 100644 --- a/apiserver/service_repo/service_repo.py +++ b/apiserver/service_repo/service_repo.py @@ -38,7 +38,7 @@ class ServiceRepo(object): """If the check is set, parsing will fail for endpoint request with the version that is grater than the current maximum """ - _max_version = PartialVersion("2.16") + _max_version = PartialVersion("2.17") """ Maximum version number (the highest min_version value across all endpoints) """ _endpoint_exp = (