Sync API version

This commit is contained in:
clearml 2024-12-05 22:18:27 +02:00
parent ee9f45ea61
commit 9997dcc977
3 changed files with 5 additions and 4 deletions

View File

@ -2,6 +2,7 @@
| Release | ApiVersion |
|---------|------------|
| v1.17 | 2.31 |
| v1.16 | 2.30 |
| v1.15 | 2.29 |
| v1.14 | 2.28 |

View File

@ -447,7 +447,7 @@ add_task {
}
}
}
"999.0": ${add_task."2.4"} {
"2.31": ${add_task."2.4"} {
request.properties.update_execution_queue {
description: If set to false then the task 'execution.queue' is not updated
type: boolean
@ -537,7 +537,7 @@ remove_task {
}
}
}
"999.0": ${remove_task."2.4"} {
"2.31": ${remove_task."2.4"} {
request.properties {
update_task_status {
type: boolean
@ -548,7 +548,7 @@ remove_task {
}
}
clear_queue {
"999.0" {
"2.31" {
description: Remove all tasks from the queue and change their statuses to what they were prior to enqueuing or 'created'
request {
type: object

View File

@ -1507,7 +1507,7 @@ Fails if the following parameters in the task were not filled:
type: boolean
}
}
"999.0": ${enqueue."2.22"} {
"2.31": ${enqueue."2.22"} {
request.properties.update_execution_queue {
description: If set to false then the task 'execution.queue' is not updated. This can be done only for the task that is already enqueued
type: boolean