mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Fix Task.runtime API v2.13
This commit is contained in:
parent
20d91ee16c
commit
fe76680eda
@ -1602,8 +1602,8 @@ class Task(NonStrictDataModel):
|
||||
"type": ["string", "null"],
|
||||
},
|
||||
"runtime": {
|
||||
"type": "object",
|
||||
"description": "Task runtime mapping",
|
||||
"type": ["object", "null"],
|
||||
"additionalProperties": True,
|
||||
},
|
||||
"script": {
|
||||
@ -6160,8 +6160,8 @@ class EditRequest(Request):
|
||||
"type": "string",
|
||||
},
|
||||
"runtime": {
|
||||
"type": "object",
|
||||
"description": "Task runtime mapping",
|
||||
"type": ["object", "null"],
|
||||
"additionalProperties": True,
|
||||
},
|
||||
"script": {"$ref": "#/definitions/script", "description": "Script info"},
|
||||
|
Loading…
Reference in New Issue
Block a user