Updates
This commit is contained in:
@@ -265,11 +265,11 @@
|
||||
"params": [],
|
||||
"result": {
|
||||
"name": "jobList",
|
||||
"description": "List of all jobs.",
|
||||
"description": "List of all job IDs.",
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/Job"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -343,7 +343,7 @@
|
||||
},
|
||||
"ScriptType": {
|
||||
"type": "string",
|
||||
"enum": ["HeroScript", "RhaiSAL", "RhaiDSL"],
|
||||
"enum": ["OSIS", "SAL", "V", "Python"],
|
||||
"description": "The type of script to execute."
|
||||
},
|
||||
"JobStatus": {
|
||||
|
Reference in New Issue
Block a user