mirror of
https://github.com/clearml/clearml-server
synced 2025-05-08 14:04:44 +00:00
Bump API version to 2.23
This commit is contained in:
parent
7e97ec5555
commit
a392bc0bd7
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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 = (
|
||||
|
Loading…
Reference in New Issue
Block a user