diff --git a/apiserver/schema/services/models.conf b/apiserver/schema/services/models.conf index 15dad7d..2cc1c0f 100644 --- a/apiserver/schema/services/models.conf +++ b/apiserver/schema/services/models.conf @@ -241,7 +241,7 @@ get_all_ex { default: false } } - "999.0": ${get_all_ex."2.20"} { + "2.23": ${get_all_ex."2.20"} { request.properties { allow_public { description: "Allow public models to be returned in the results" diff --git a/apiserver/schema/services/organization.conf b/apiserver/schema/services/organization.conf index 9e7df89..abd8c7c 100644 --- a/apiserver/schema/services/organization.conf +++ b/apiserver/schema/services/organization.conf @@ -176,7 +176,7 @@ get_entities_count { } } } - "999.0": ${get_entities_count."2.22"} { + "2.23": ${get_entities_count."2.22"} { request.properties { reports { type: object diff --git a/apiserver/schema/services/projects.conf b/apiserver/schema/services/projects.conf index 4c4c6f0..de0f80a 100644 --- a/apiserver/schema/services/projects.conf +++ b/apiserver/schema/services/projects.conf @@ -611,7 +611,7 @@ get_all_ex { default: false } } - "999.0": ${get_all_ex."2.20"} { + "2.23": ${get_all_ex."2.20"} { request.properties { allow_public { description: "Allow public projects to be returned in the results" diff --git a/apiserver/schema/services/reports.conf b/apiserver/schema/services/reports.conf index 76a4617..48a0e1f 100644 --- a/apiserver/schema/services/reports.conf +++ b/apiserver/schema/services/reports.conf @@ -101,7 +101,7 @@ _definitions { } } create { - "999.0" { + "2.23" { description: "Create a new report" request { type: object @@ -148,7 +148,7 @@ create { } } update { - "999.0" { + "2.23" { description: "Create a new report" request { type: object @@ -183,7 +183,7 @@ update { } } move { - "999.0" { + "2.23" { description: "Move reports to a project" request { type: object @@ -215,7 +215,7 @@ move { } } publish { - "999.0" { + "2.23" { description: "Publish report" request { type: object @@ -237,7 +237,7 @@ publish { } } archive { - "999.0" { + "2.23" { description: "Archive report" request { type: object @@ -268,7 +268,7 @@ archive { } } unarchive { - "999.0" { + "2.23" { description: "Unarchive report" request { type: object @@ -331,7 +331,7 @@ unarchive { // } //} delete { - "999.0" { + "2.23" { description: "Delete report" request { type: object @@ -363,7 +363,7 @@ delete { } } get_task_data { - "999.0" { + "2.23" { description: "Get the tasks data according the passed search criteria + requested events" request { type: object @@ -551,7 +551,7 @@ get_task_data { } } get_all_ex { - "999.0" { + "2.23" { description: "Get all the company's and public report tasks" request { type: object @@ -670,7 +670,7 @@ get_all_ex { } } get_tags { - "999.0" { + "2.23" { description: "Get all the user tags used for the company reports" request { type: object diff --git a/apiserver/schema/services/tasks.conf b/apiserver/schema/services/tasks.conf index c5ef060..ffd302a 100644 --- a/apiserver/schema/services/tasks.conf +++ b/apiserver/schema/services/tasks.conf @@ -181,7 +181,7 @@ get_all_ex { description: "Scroll ID that can be used with the next calls to get_all_ex to retrieve more data" } } - "999.0": ${get_all_ex."2.15"} { + "2.23": ${get_all_ex."2.15"} { request.properties { allow_public { description: "Allow public tasks to be returned in the results" diff --git a/apiserver/service_repo/service_repo.py b/apiserver/service_repo/service_repo.py index aa34f9a..9bf0898 100644 --- a/apiserver/service_repo/service_repo.py +++ b/apiserver/service_repo/service_repo.py @@ -39,7 +39,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.22") + _max_version = PartialVersion("2.23") """ Maximum version number (the highest min_version value across all endpoints) """ _endpoint_exp = (